站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Interface net.sf.hibernate.property.Setter (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Interface
net.sf.hibernate.property.Setter

Packages that use Setter
net.sf.hibernate.mapping   
net.sf.hibernate.persister   
net.sf.hibernate.property   
net.sf.hibernate.type   
 

Uses of Setter in net.sf.hibernate.mapping
 

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

Uses of Setter in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister that return Setter
protected  Setter[] AbstractEntityPersister.getSetters()
           
 

Uses of Setter in net.sf.hibernate.property
 

Classes in net.sf.hibernate.property that implement Setter
static class BasicPropertyAccessor.BasicSetter
           
static class DirectPropertyAccessor.DirectSetter
           
 

Methods in net.sf.hibernate.property that return Setter
 Setter PropertyAccessor.getSetter(Class theClass, String propertyName)
          Create a "setter" for the named attribute
 Setter DirectPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 Setter BasicPropertyAccessor.getSetter(Class theClass, String propertyName)
           
 

Uses of Setter in net.sf.hibernate.type
 

Constructors in net.sf.hibernate.type with parameters of type Setter
ComponentType(Class componentClass, String[] propertyNames, Getter[] propertyGetters, Setter[] propertySetters, boolean foundCustomAccessor, Type[] propertyTypes, int[] joinedFetch, Cascades.CascadeStyle[] cascade, String parentProperty)