Skip to:
With this persistence.xml
persistence.xml
the following code displays a value of "-1" for "javax.persistence.lock.timeout".
Note how EntitytManagerFactoryImpl.createEntityManager() passes a null map, so the EMF properties are not passed to the EM.
EntitytManagerFactoryImpl.createEntityManager()
With this
persistence.xml
the following code displays a value of "-1" for "javax.persistence.lock.timeout".
Note how
EntitytManagerFactoryImpl.createEntityManager()
passes a null map, so the EMF properties are not passed to the EM.