ObjectDB ObjectDB

getProperties() - JPA EntityManagerFactory's method

Method
javax.persistence.EntityManagerFactory
Map<String,Object> getProperties()

Get the properties and associated values that are in effect for the entity manager factory. Changing the contents of the map does not change the configuration in effect.
Returns:
properties
Throws:
IllegalStateException - if the entity manager factory has been closed
Since:
JPA 2.0