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

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


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

Packages that use Getter
net.sf.hibernate.mapping   
net.sf.hibernate.persister   
net.sf.hibernate.property   
net.sf.hibernate.type   
net.sf.hibernate.util   
 

Uses of Getter in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping that return Getter
 Getter Property.getGetter(Class clazz)
           
 

Uses of Getter in net.sf.hibernate.persister
 

Methods in net.sf.hibernate.persister that return Getter
protected  Getter[] AbstractEntityPersister.getGetters()
           
 

Uses of Getter in net.sf.hibernate.property
 

Classes in net.sf.hibernate.property that implement Getter
static class BasicPropertyAccessor.BasicGetter
           
static class DirectPropertyAccessor.DirectGetter
           
 

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

Uses of Getter in net.sf.hibernate.type
 

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

Uses of Getter in net.sf.hibernate.util
 

Methods in net.sf.hibernate.util that return Getter
static Getter ReflectHelper.getGetter(Class theClass, String name)