I need to set the zeroDateTimeBehavior property to convertToNull in my EclipseLink configuration. I am using a properties file where I am using javax.persistence.jdbc.url and other similar properties. But where can I specify this one?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use a SessionCustomizer to set the JDBC property on your Session's DatabaseLogin. |
|||
|
|