Class EnhancedSetterMethodImpl
- java.lang.Object
-
- org.hibernate.property.access.spi.SetterMethodImpl
-
- org.hibernate.property.access.spi.EnhancedSetterMethodImpl
-
- All Implemented Interfaces:
Serializable
,Setter
@Internal public class EnhancedSetterMethodImpl extends SetterMethodImpl
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnhancedSetterMethodImpl(Class<?> containerClass, String propertyName, Method setterMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(Object target, @Nullable Object value)
-
Methods inherited from class org.hibernate.property.access.spi.SetterMethodImpl
getContainerClass, getMethod, getMethodName
-
-