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

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


Uses of Interface
net.sf.hibernate.expression.Example.PropertySelector

Packages that use Example.PropertySelector
net.sf.hibernate.expression   
 

Uses of Example.PropertySelector in net.sf.hibernate.expression
 

Methods in net.sf.hibernate.expression with parameters of type Example.PropertySelector
 Example Example.setPropertySelector(Example.PropertySelector selector)
          Set the property selector
 

Constructors in net.sf.hibernate.expression with parameters of type Example.PropertySelector
Example(Object entity, Example.PropertySelector selector)