JPA Method
in javax.persistence.EntityManager

Map<String,Object> getProperties()


Get the properties and hints and associated values that are in effect for the entity manager. Changing the contents of the map does not change the configuration in effect.
Return:
map of properties and hints in effect for entity manager
Since:
JPA 2.0