Class PropertyAccessEmbeddedImpl

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

public class PropertyAccessEmbeddedImpl extends Object implements PropertyAccess
PropertyAccess for handling non-aggregated composites.
Implementation Note:
We actually use a singleton for the Setter; we cannot for the getter mainly because we need to differentiate Getter.getReturnTypeClass(). Ultimately I'd prefer to model that "common information" on PropertyAccess itself.