类 Example.AllPropertySelector
- java.lang.Object
-
- org.hibernate.criterion.Example.AllPropertySelector
-
- 所有已实现的接口:
Serializable,Example.PropertySelector
- 封闭类:
- Example
public static final class Example.AllPropertySelector extends Object implements Example.PropertySelector
Property selector that includes all properties- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 static Example.AllPropertySelectorINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 AllPropertySelector()
-
-
-
字段详细资料
-
INSTANCE
public static final Example.AllPropertySelector INSTANCE
Singleton access
-
-
方法详细资料
-
include
public boolean include(Object object, String propertyName, Type type)
从接口复制的说明:Example.PropertySelectorDetermine whether the given property should be used in the criteria.- 指定者:
include在接口中Example.PropertySelector- 参数:
object- The property value (from the example bean)propertyName- The name of the propertytype- The type of the property- 返回:
trueindicates the property should be included;falseindicates it should not.
-
-