Uses of Interface
org.hibernate.property.Setter

Packages that use Setter
org.hibernate.envers.tools.reflection   
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   
 

Uses of Setter in org.hibernate.envers.tools.reflection
 

Methods in org.hibernate.envers.tools.reflection that return Setter
static Setter ReflectionTools.getSetter(Class cls, PropertyData propertyData)
           
 

Uses of Setter in org.hibernate.mapping
 

Methods in org.hibernate.mapping that return Setter
 Setter Property.getSetter(Class clazz)
           
 

Constructors in org.hibernate.mapping with parameters of type Setter
Component.ValueGenerationPlan(String propertyName, IdentifierGenerator subGenerator, Setter injector)
           
 

Uses of Setter in org.hibernate.property
 

Classes in org.hibernate.property that implement Setter
static class BackrefPropertyAccessor.BackrefSetter
          Internal implementation of a property setter specific to these back-ref properties.
static class BasicPropertyAccessor.BasicSetter
           
static class DirectPropertyAccessor.DirectSetter
           
static class EmbeddedPropertyAccessor.EmbeddedSetter
           
static class IndexPropertyAccessor.IndexSetter
          The Setter implementation for index backrefs.
static class MapAccessor.MapSetter
           
 

Methods in org.hibernate.property that return Setter
 Setter EmbeddedPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 Setter NoopAccessor.getSetter(Class arg0, String arg1)
          Create a "setter" for the named attribute
 Setter BackrefPropertyAccessor.getSetter(Class theClass, String propertyName)
          Create a "setter" for the named attribute
 Setter PropertyAccessor.getSetter(Class theClass, String propertyName)
          Create a "setter" for the named attribute
 Setter IndexPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 Setter BasicPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 Setter ChainedPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 Setter DirectPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 Setter MapAccessor.getSetter(Class theClass, String propertyName)
          Create a "setter" for the named attribute
 

Uses of Setter in org.hibernate.tuple.component
 

Fields in org.hibernate.tuple.component declared as Setter
protected  Setter[] AbstractComponentTuplizer.setters
           
 

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

Uses of Setter in org.hibernate.tuple.entity
 

Fields in org.hibernate.tuple.entity declared as Setter
protected  Setter[] AbstractEntityTuplizer.setters
           
 

Methods in org.hibernate.tuple.entity that return Setter
protected abstract  Setter AbstractEntityTuplizer.buildPropertySetter(AttributeBinding mappedProperty)
          Build an appropriate Setter for the given property.
protected  Setter DynamicMapEntityTuplizer.buildPropertySetter(AttributeBinding mappedProperty)
          Build an appropriate Setter for the given property.
protected  Setter PojoEntityTuplizer.buildPropertySetter(AttributeBinding mappedProperty)
          Build an appropriate Setter for the given property.
protected abstract  Setter AbstractEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
          Build an appropriate Setter for the given property.
protected  Setter DynamicMapEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
          Build an appropriate Setter for the given property.
protected  Setter PojoEntityTuplizer.buildPropertySetter(Property mappedProperty, PersistentClass mappedEntity)
          Build an appropriate Setter for the given property.
 

Methods in org.hibernate.tuple.entity with parameters of type Setter
protected abstract  ProxyFactory AbstractEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory DynamicMapEntityTuplizer.buildProxyFactory(EntityBinding mappingInfo, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(EntityBinding entityBinding, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
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)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactory(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
          Build an appropriate ProxyFactory for the given mapped entity.
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactoryInternal(EntityBinding entityBinding, Getter idGetter, Setter idSetter)
           
protected  ProxyFactory PojoEntityTuplizer.buildProxyFactoryInternal(PersistentClass persistentClass, Getter idGetter, Setter idSetter)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.