Class EnhancedSetterMethodImpl
java.lang.Object
org.hibernate.property.access.spi.SetterMethodImpl
org.hibernate.property.access.spi.EnhancedSetterMethodImpl
- All Implemented Interfaces:
Serializable
,Setter
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class
using a setter method. 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
ConstructorsConstructorDescriptionEnhancedSetterMethodImpl
(Class<?> containerClass, String propertyName, Method setterMethod) -
Method Summary
Methods inherited from class org.hibernate.property.access.spi.SetterMethodImpl
getContainerClass, getMethod, getMethodName
-
Constructor Details
-
EnhancedSetterMethodImpl
-
-
Method Details
-
set
- Specified by:
set
in interfaceSetter
- Overrides:
set
in classSetterMethodImpl
-