Uses of Interface
org.hibernate.criterion.Example.PropertySelector
-
Packages that use Example.PropertySelector Package Description org.hibernate.criterion -
-
Uses of Example.PropertySelector in org.hibernate.criterion
Classes in org.hibernate.criterion that implement Example.PropertySelector Modifier and Type Class Description 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 notnullMethods in org.hibernate.criterion with parameters of type Example.PropertySelector Modifier and Type Method Description ExampleExample. setPropertySelector(Example.PropertySelector selector)Set the property selector to use.Constructors in org.hibernate.criterion with parameters of type Example.PropertySelector Constructor Description Example(java.lang.Object exampleEntity, Example.PropertySelector selector)Allow subclasses to instantiate as needed.
-