Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Looking for the ORM that best matches my needs

And another question:

Also, in Hibernate, if a field is maked as not nullable, this
non-nullability is validated at entittyManager.persist(object) and not until
the of the transaction (as in Cayenne classic API) is this deferred
validation of nullability and optional vs mandatory relationships available
in EclipseLink?

Regards,
-- 
View this message in context: http://www.nabble.com/Looking-for-the-ORM-that-best-matches-my-needs-tp22474341p22479069.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top