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)
Factory for Property instances.
|
Property |
Property.getProperty(String propertyName)
Get a component attribute of this property.
|
Modifier and Type | Method and Description |
---|---|
PropertyExpression |
Property.eqProperty(Property other)
Creates an equality restriction between 2 properties
|
PropertyExpression |
Property.geProperty(Property other)
Creates an greater-than-or-equal-to restriction between 2 properties
|
PropertyExpression |
Property.gtProperty(Property other)
Creates an greater-than restriction between 2 properties
|
PropertyExpression |
Property.leProperty(Property other)
Creates an less-than-or-equal-to restriction between 2 properties
|
PropertyExpression |
Property.ltProperty(Property other)
Creates an less-than restriction between 2 properties
|
PropertyExpression |
Property.neProperty(Property other)
Creates an non-equality restriction between 2 properties
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.