Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Difference between id-validation=NONE and id-validation=NULL?

The NULL option is probably correct for your needs.

The NULL option will only throw a validation error if the Id is null.

The NONE option will not throw a validation error even if the Id is null. 
Now, having a null Id is normally not a good idea, and you will most likely
encounter other issues than the Id validation, so NONE is not recommend.




--
View this message in context: http://eclipse.1072660.n5.nabble.com/Difference-between-id-validation-NONE-and-id-validation-NULL-tp154577p154600.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.


Back to the top