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:
  • Constructor Details

    • EnhancedSetterMethodImpl

      public EnhancedSetterMethodImpl(Class<?> containerClass, String propertyName, Method setterMethod)
  • Method Details