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 void
ValidityAuditStrategy. setRevisionTimestampGetter(Getter revisionTimestampGetter)
-
Uses of Getter in org.hibernate.mapping
Methods in org.hibernate.mapping that return Getter Modifier and Type Method Description Getter
Property. 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 class
EnhancedGetterMethodImpl
Deprecated.No longer used;GetterFieldImpl
orGetterMethodImpl
should be used instead.class
GetterFieldImpl
Field-based implementation of Getterclass
GetterMethodImpl
Methods in org.hibernate.property.access.spi that return Getter Modifier and Type Method Description Getter
PropertyAccess. 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.Method
ProxyFactoryHelper. 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 Getter
Tuplizer. 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. getters
Methods in org.hibernate.tuple.component that return Getter Modifier and Type Method Description protected abstract Getter
AbstractComponentTuplizer. buildGetter(Component component, Property prop)
protected Getter
DynamicMapComponentTuplizer. buildGetter(Component component, Property prop)
protected Getter
PojoComponentTuplizer. buildGetter(Component component, Property prop)
Getter
AbstractComponentTuplizer. 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. getters
Methods in org.hibernate.tuple.entity that return Getter Modifier and Type Method Description protected abstract Getter
AbstractEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
Build an appropriate Getter for the given property.protected Getter
DynamicMapEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
protected Getter
PojoEntityTuplizer. buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
Getter
AbstractEntityTuplizer. getGetter(int i)
Getter
AbstractEntityTuplizer. getIdentifierGetter()
Getter
EntityTuplizer. getIdentifierGetter()
Retrieve the getter for the identifier property.Getter
AbstractEntityTuplizer. getVersionGetter()
Getter
EntityTuplizer. 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 ProxyFactory
AbstractEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
Build an appropriate ProxyFactory for the given mapped entity.protected ProxyFactory
DynamicMapEntityTuplizer. buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
protected ProxyFactory
PojoEntityTuplizer. buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
protected ProxyFactory
PojoEntityTuplizer. buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
-