接口的使用
org.hibernate.criterion.Example.PropertySelector
-
使用Example.PropertySelector的程序包 程序包 说明 org.hibernate.criterion A framework for defining restriction criteria and order criteria. -
-
org.hibernate.criterion中Example.PropertySelector的使用
实现Example.PropertySelector的org.hibernate.criterion中的类 修饰符和类型 类 说明 static classExample.AllPropertySelectorProperty selector that includes all propertiesstatic classExample.NotNullOrZeroPropertySelectorProperty selector that includes only properties that are notnulland non-zero (if numeric)static classExample.NotNullPropertySelectorProperty selector that includes only properties that are notnull参数类型为Example.PropertySelector的org.hibernate.criterion中的方法 修饰符和类型 方法 说明 ExampleExample. setPropertySelector(Example.PropertySelector selector)Set the property selector to use.参数类型为Example.PropertySelector的org.hibernate.criterion中的构造器 构造器 说明 Example(Object exampleEntity, Example.PropertySelector selector)Allow subclasses to instantiate as needed.
-