eclipse / kapua

Eclipse Public License 2.0
222 stars 160 forks source link

:bug: jpa does not know how to handle kapuaids, was ending up comparing eids with bigintegers and failing. #4019

Closed dseurotech closed 4 months ago

dseurotech commented 5 months ago

This fixes an issue when trying to find entities (or a single entity) by a field of type KapuaId (KapuaEid in the database). In such cases Jpa failed, trying to compare a complex object with a biginteger value.