Tagged Questions

2
votes
0answers
61 views

How to use many-to-one associations in CompositeUserTypes

does anybody have a sample on how to use a CompositeUserType that contains a many-to-one association? How to convert the foreign key received in the 'nullSaveGet' method into the corresponding ...
2
votes
6answers
967 views

Map database column1, column2, columnN to a collection of elements

In legacy database tables we have numbered columns like C1, C2, C3, C100 or M1, M2, M3, M100. This columns represent BLOB data. It is not possible to change anything it this database. By using JPA ...