Uses of Class
org.hibernate.property.access.spi.SetterMethodImpl
-
Packages that use SetterMethodImpl Package Description org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate. -
-
Uses of SetterMethodImpl in org.hibernate.property.access.spi
Subclasses of SetterMethodImpl in org.hibernate.property.access.spi Modifier and Type Class Description class
EnhancedSetterMethodImpl
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.
-