JPA Method
in 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.
Return:
properties
Throws:
IllegalStateException - if the entity manager factory has been closed
Since:
JPA 2.0