Uses of Class
org.hibernate.property.access.spi.GetterFieldImpl
-
Packages that use GetterFieldImpl 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 GetterFieldImpl in org.hibernate.property.access.spi
Subclasses of GetterFieldImpl in org.hibernate.property.access.spi Modifier and Type Class Description class
EnhancedGetterFieldImpl
A specialized Getter implementation for handling getting values from a bytecode-enhanced Class.
-