Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The primary key (pk) of the entity TempKey is annotated with @Id. This is not correct, it should be @EmbeddedId. This causes strange behaviour with EclipseLink which then tries to generate a BLOB column for the primary key.
Additional there is a missing @Temporal annotation on the class TransferToken