java.lang.Object | |
↳ | org.hibernate.criterion.PropertyExpression |
superclass for comparisons between two properties (with SQL binary operators)
Protected Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return typed values for all parameters in the rendered SQL fragment
| |||||||||||
Render the SQL fragment
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.hibernate.criterion.Criterion
|
Return typed values for all parameters in the rendered SQL fragment
criteria | The local criteria |
---|---|
criteriaQuery | The overal criteria query |
HibernateException |
---|
Render the SQL fragment
criteria | The local criteria |
---|---|
criteriaQuery | The overal criteria query |
HibernateException |
---|