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

Uses of Interface org.hibernate.criterion.Example.PropertySelector (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


Uses of Interface
org.hibernate.criterion.Example.PropertySelector

Packages that use Example.PropertySelector
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
 

Uses of Example.PropertySelector in org.hibernate.criterion
 

Methods in org.hibernate.criterion with parameters of type Example.PropertySelector
 Example Example.setPropertySelector(Example.PropertySelector selector)
          Set the property selector
 

Constructors in org.hibernate.criterion with parameters of type Example.PropertySelector
Example(Object entity, Example.PropertySelector selector)