Uses of Interface
org.hibernate.property.access.spi.Getter
-
Packages that use Getter Package Description org.hibernate.envers.strategy 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 org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of Getter in org.hibernate.envers.strategy
Methods in org.hibernate.envers.strategy with parameters of type Getter Modifier and Type Method Description voidValidityAuditStrategy. setRevisionTimestampGetter(Getter revisionTimestampGetter) -
Uses of Getter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Getter Modifier and Type Method Description GetterProperty. getGetter(java.lang.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 classEnhancedGetterMethodImplDeprecated.No longer used;GetterFieldImplorGetterMethodImplshould be used instead.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 java.lang.reflect.MethodProxyFactoryHelper. extractProxyGetIdentifierMethod(Getter idGetter, java.lang.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)Retrieve the getter for the specified property. -
Uses of Getter in org.hibernate.tuple.component
Fields in org.hibernate.tuple.component declared as Getter Modifier and Type Field Description protected Getter[]AbstractComponentTuplizer. gettersMethods in org.hibernate.tuple.component that return Getter Modifier and Type Method Description protected abstract GetterAbstractComponentTuplizer. buildGetter(Component component, Property prop)protected GetterDynamicMapComponentTuplizer. buildGetter(Component component, Property prop)protected GetterPojoComponentTuplizer. buildGetter(Component component, Property prop)GetterAbstractComponentTuplizer. getGetter(int i) -
Uses of Getter in org.hibernate.tuple.entity
Fields in org.hibernate.tuple.entity declared as Getter Modifier and Type Field Description protected Getter[]AbstractEntityTuplizer. gettersMethods in org.hibernate.tuple.entity that return Getter Modifier and Type Method Description protected abstract GetterAbstractEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)Build an appropriate Getter for the given property.protected GetterDynamicMapEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)protected GetterPojoEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)GetterAbstractEntityTuplizer. getGetter(int i)GetterAbstractEntityTuplizer. getIdentifierGetter()GetterEntityTuplizer. getIdentifierGetter()Retrieve the getter for the identifier property.GetterAbstractEntityTuplizer. getVersionGetter()GetterEntityTuplizer. getVersionGetter()Retrieve the getter for the version property.Methods in org.hibernate.tuple.entity with parameters of type Getter Modifier and Type Method Description protected abstract ProxyFactoryAbstractEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)Build an appropriate ProxyFactory for the given mapped entity.protected ProxyFactoryDynamicMapEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)protected ProxyFactoryPojoEntityTuplizer. buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)protected ProxyFactoryPojoEntityTuplizer. buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
-