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

Example.PropertySelector (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.criterion
Interface Example.PropertySelector

All Superinterfaces:
Serializable
Enclosing interface:
Example

public static interface Example.PropertySelector
extends Serializable

A strategy for choosing property values for inclusion in the query criteria


Method Summary
 boolean include(Object propertyValue, String propertyName, Type type)
           
 

Method Detail

include

public boolean include(Object propertyValue,
                       String propertyName,
                       Type type)