Uses of Interface
org.hibernate.property.access.spi.Getter
-
Packages that use Getter Package Description org.hibernate.mapping org.hibernate.property.access.spi Defines strategies for accessing the persistent properties of an entity or composite.org.hibernate.proxy.pojo org.hibernate.tuple -
-
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 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 for the described persistent property -
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.
-