Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] SVN: Commit Bug#233247 0 as an id

SVN: Commit Bug#233247 0 as an id

 

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

 

Code Review: Andrei (pending)

 

Changes:

- Make it easier to allow 0 as an id, in case someone desires this.  Updates previous patch that disallows 0 for ids.

- Added an IdValidation to ClassDescriptor to allow configuring what valid id values are.

- By default 0 is not allow for singleton pk descriptors, but is allowed for composite.

 

 


Back to the top