JPA Method
in jakarta.persistence.EntityManager

Map<String,Object> getProperties()


The properties and hints and their associated values which are in effect for this entity manager. Modifying the contents of the returned map does not change the configuration in effect.
Return:
a map of properties and hints currently in effect
Since:
JPA 2.0