Uses of Class
org.hibernate.property.access.spi.GetterFieldImpl
Packages that use GetterFieldImpl
Package
Description
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.spiModifier and TypeClassDescriptionclass
A specialized Getter implementation for handling getting values from a bytecode-enhanced Class.