Class PropertyAccessMapImpl

java.lang.Object
org.hibernate.property.access.internal.PropertyAccessMapImpl
All Implemented Interfaces:
PropertyAccess

public class PropertyAccessMapImpl extends Object implements PropertyAccess
PropertyAccess implementation that deals with an underlying Map as the container, using Map.get(java.lang.Object) and Map.put(K, V).