Uses of Interface
org.hibernate.property.Getter

Packages that use Getter
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
org.hibernate.property This package abstracts the notion of a "property" of an entity. 
org.hibernate.tuple.component   
org.hibernate.tuple.entity   
org.hibernate.util Utility classes. 
 

Uses of Getter in org.hibernate.engine
 

Methods in org.hibernate.engine with parameters of type Getter
static IdentifierValue UnsavedValueFactory.getUnsavedIdentifierValue(java.lang.String unsavedValue, Getter identifierGetter, Type identifierType, java.lang.reflect.Constructor constructor)
          Return an IdentifierValue for the specified unsaved-value.
static VersionValue UnsavedValueFactory.getUnsavedVersionValue(java.lang.String versionUnsavedValue, Getter versionGetter, VersionType versionType, java.lang.reflect.Constructor constructor)
           
 

Uses of Getter in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return Getter
 Getter Property.getGetter(java.lang.Class clazz)
           
 

Uses of Getter in org.hibernate.property
 

Classes in org.hibernate.property that implement Getter
 class BackrefPropertyAccessor.BackrefGetter
          Internal implementation of a property getter specific to these back-ref properties.
static class BasicPropertyAccessor.BasicGetter
           
static class DirectPropertyAccessor.DirectGetter
           
static class Dom4jAccessor.AttributeGetter
          For nodes like "@bar"
static class Dom4jAccessor.Dom4jGetter
          Defines the strategy for getting property values out of a dom4j Node.
static class Dom4jAccessor.ElementAttributeGetter
          For nodes like "foo/@bar"
static class Dom4jAccessor.ElementGetter
          For nodes like "foo"
static class Dom4jAccessor.TextGetter
          For nodes like "."
static class EmbeddedPropertyAccessor.EmbeddedGetter
           
 class IndexPropertyAccessor.IndexGetter
          The Getter implementation for index backrefs.
static class MapAccessor.MapGetter
           
 

Methods in org.hibernate.property that return Getter
static Getter BasicPropertyAccessor.createGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 Getter ChainedPropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 Getter BackrefPropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
          Create a "getter" for the named attribute
 Getter EmbeddedPropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 Getter NoopAccessor.getGetter(java.lang.Class arg0, java.lang.String arg1)
           
 Getter BasicPropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 Getter IndexPropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 Getter Dom4jAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
          Create a "getter" for the named attribute
 Getter DirectPropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 Getter PropertyAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
          Create a "getter" for the named attribute
 Getter MapAccessor.getGetter(java.lang.Class theClass, java.lang.String propertyName)
           
 

Uses of Getter in org.hibernate.tuple.component
 

Fields in org.hibernate.tuple.component declared as Getter
protected  Getter[] AbstractComponentTuplizer.getters
           
 

Methods in org.hibernate.tuple.component that return Getter
protected abstract  Getter AbstractComponentTuplizer.buildGetter(Component component, Property prop)
           
protected  Getter Dom4jComponentTuplizer.buildGetter(Component component, Property prop)
           
protected  Getter PojoComponentTuplizer.buildGetter(Component component, Property prop)
           
protected  Getter DynamicMapComponentTuplizer.buildGetter(Component component, Property prop)
           
 

Uses of Getter in org.hibernate.tuple.entity
 

Fields in org.hibernate.tuple.entity declared as Getter
protected  Getter[] AbstractEntityTuplizer.getters
           
 

Methods in org.hibernate.tuple.entity that return Getter
protected  Getter PojoEntityTuplizer.buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
           
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 Dom4jEntityTuplizer.buildPropertyGetter(Property mappedProperty, PersistentClass mappedEntity)
           
 

Methods in org.hibernate.tuple.entity with parameters of type Getter
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
           
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 Dom4jEntityTuplizer.buildProxyFactory(PersistentClass mappingInfo, Getter idGetter, Setter idSetter)
           
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
           
 

Uses of Getter in org.hibernate.util
 

Methods in org.hibernate.util that return Getter
static Getter ReflectHelper.getGetter(java.lang.Class theClass, java.lang.String name)
           
 



Copyright © 2008 Hibernate.org. All Rights Reserved.