Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Method and Description |
---|---|
static Property |
Property.forName(String propertyName) |
Property |
Property.getProperty(String propertyName)
Get a component attribute of this property
|
Modifier and Type | Method and Description |
---|---|
PropertyExpression |
Property.eqProperty(Property other) |
PropertyExpression |
Property.geProperty(Property other) |
PropertyExpression |
Property.gtProperty(Property other) |
PropertyExpression |
Property.leProperty(Property other) |
PropertyExpression |
Property.ltProperty(Property other) |
PropertyExpression |
Property.neProperty(Property other) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.