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

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


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

Packages that use PropertyAccessor
net.sf.hibernate.mapping   
net.sf.hibernate.property   
 

Uses of PropertyAccessor in net.sf.hibernate.mapping
 

Methods in net.sf.hibernate.mapping that return PropertyAccessor
protected  PropertyAccessor Property.getPropertyAccessor()
           
 

Uses of PropertyAccessor in net.sf.hibernate.property
 

Classes in net.sf.hibernate.property that implement PropertyAccessor
 class BasicPropertyAccessor
          Accesses property values via a get/set pair, which may be nonpublic.
 class DirectPropertyAccessor
          Accesses fields directly.
 

Methods in net.sf.hibernate.property that return PropertyAccessor
static PropertyAccessor PropertyAccessorFactory.getPropertyAccessor(String type)