Class EnhancedSetterImpl

java.lang.Object
org.hibernate.property.access.spi.SetterFieldImpl
org.hibernate.property.access.spi.EnhancedSetterImpl
All Implemented Interfaces:
Setter

@Internal public class EnhancedSetterImpl extends SetterFieldImpl
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.