Class EnhancedSetterImpl
java.lang.Object
org.hibernate.property.access.spi.SetterFieldImpl
org.hibernate.property.access.spi.EnhancedSetterImpl
- All Implemented Interfaces:
Serializable
,Setter
A specialized Setter implementation for handling setting values into
a bytecode-enhanced Class. The reason we need specialized handling
is to render the fact that we need to account for certain enhancement features
during the setting process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEnhancedSetterImpl
(Class<?> containerClass, String propertyName, Field field) -
Method Summary
Methods inherited from class org.hibernate.property.access.spi.SetterFieldImpl
getContainerClass, getField, getMethod, getMethodName, getPropertyName
-
Constructor Details
-
EnhancedSetterImpl
-
-
Method Details
-
set
- Specified by:
set
in interfaceSetter
- Overrides:
set
in classSetterFieldImpl
-