Uses of Interface
org.hibernate.property.access.spi.Getter
-
Packages that use Getter Package Description org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.property.access.spi An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.org.hibernate.proxy.pojo Proxies for plain Java objects.org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model. -
-
Uses of Getter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Getter Modifier and Type Method Description GetterProperty. getGetter(Class clazz) -
Uses of Getter in org.hibernate.property.access.spi
Classes in org.hibernate.property.access.spi that implement Getter Modifier and Type Class Description classEnhancedGetterFieldImplA specialized Getter implementation for handling getting values from a bytecode-enhanced Class.classGetterFieldImplField-based implementation of GetterclassGetterMethodImplMethods in org.hibernate.property.access.spi that return Getter Modifier and Type Method Description GetterPropertyAccess. getGetter()Obtain the delegate for getting values of the persistent attribute. -
Uses of Getter in org.hibernate.proxy.pojo
Methods in org.hibernate.proxy.pojo with parameters of type Getter Modifier and Type Method Description static MethodProxyFactoryHelper. extractProxyGetIdentifierMethod(Getter idGetter, Class<?> proxyInterface) -
Uses of Getter in org.hibernate.tuple
Methods in org.hibernate.tuple that return Getter Modifier and Type Method Description GetterTuplizer. getGetter(int i)Deprecated.Retrieve the getter for the specified property.
-