Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN Pending Commit: Bug#243947 - configuration for id-validation

SVN Pending Commit: Bug#243947 - configuration for id-validation

https://bugs.eclipse.org/bugs/show_bug.cgi?id=243947

Changes:
- Adds "eclipselink.allow-zero-id" persistence property to allow global config on allowing 0 ids.
- Adds @PrimaryKey annotation and XML to allow config of id-validation, also allows config of primary key columns for complex pks (1-1, type indicator, transformation, etc.)
- Changes PhoneNumber in fieldaccess model to use @PrimaryKey instead of duplicate id and IdClass.
- Adds 0 id test for WorkRank in fieldaccess.
- Updates to JPA meta-data/xsd.


Back to the top