Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Class and Description |
---|---|
static class |
Example.AllPropertySelector
Property selector that includes all properties
|
static class |
Example.NotNullOrZeroPropertySelector
Property selector that includes only properties that are not
null and non-zero (if numeric) |
static class |
Example.NotNullPropertySelector
Property selector that includes only properties that are not
null |
Modifier and Type | Method and Description |
---|---|
Example |
Example.setPropertySelector(Example.PropertySelector selector)
Set the property selector to use.
|
Constructor and Description |
---|
Example(Object exampleEntity,
Example.PropertySelector selector)
Allow subclasses to instantiate as needed.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.