Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0
-
None
Description
Support generated meaningful PK for all types of objects (pojo, DataObjects). This is a nice improvement generally and is also needed for JPA operation.
- Turn off validation for missing generated pk.
- Implement post-commit code to update properties with a generated key.
- Switch commit code to use ClassDescriptors instead of ObjEntities.
- Fix JPA -> DataMap converter to map all JPA @Id columns as meaningful attributes