If an entity has a reference to a value object (no ID) it should be possible to persist the object in the same table as the entity, with columns matching the properties of the value object plus a prefix configurable via an annotation on the reference to the value object.
Consider modifying indicators in query execution. Consider absence of Criteria for delete and update queries. Add test.
Reformat code, update documentation.
Original pull request: #345.
Jens Schauder opened DATAJDBC-111 and commented
If an entity has a reference to a value object (no ID) it should be possible to persist the object in the same table as the entity, with columns matching the properties of the value object plus a prefix configurable via an annotation on the reference to the value object.
should map to a table
Issue Links:
DATACASS-167 Support for embeddable types
DATACASS-744
@PrimaryKeyClass
as regular columnReferenced from: pull request #110
3 votes, 6 watchers
The text was updated successfully, but these errors were encountered: