Class PropertyAccessEmbeddedImpl
java.lang.Object
org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
- All Implemented Interfaces:
PropertyAccess
PropertyAccess for handling non-aggregated composites.- Author:
- Gavin King, Steve Ebersole
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl strategy, Class<?> containerType, String propertyName) -
Method Summary
Modifier and TypeMethodDescriptionObtain the delegate for getting values of the persistent attribute.Access to thePropertyAccessStrategythat created this instance.Obtain the delegate for setting values of the persistent attribute.
-
Constructor Details
-
PropertyAccessEmbeddedImpl
public PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl strategy, Class<?> containerType, String propertyName)
-
-
Method Details
-
getPropertyAccessStrategy
Description copied from interface:PropertyAccessAccess to thePropertyAccessStrategythat created this instance.- Specified by:
getPropertyAccessStrategyin interfacePropertyAccess- Returns:
- The
PropertyAccessStrategy
-
getGetter
Description copied from interface:PropertyAccessObtain the delegate for getting values of the persistent attribute.- Specified by:
getGetterin interfacePropertyAccess- Returns:
- The property getter
-
getSetter
Description copied from interface:PropertyAccessObtain the delegate for setting values of the persistent attribute.- Specified by:
getSetterin interfacePropertyAccess- Returns:
- The property setter
-