ObjectDB ObjectDB

getProperties() - JPA EntityManager's method

Method
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.
Returns:
map of properties and hints in effect for entity manager
Since:
JPA 2.0