Java org.hibernate.criterion Property fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.criterion Property fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.criterion Property.

The text is from its open source code.

Method

SimpleExpressioneq(Object value)
Creates an equality restriction.
Criterioneq(DetachedCriteria subselect)
Creates a sub-query equality expression for this property
PropertyforName(String propertyName)
Factory for Property instances.
PropertygetProperty(String propertyName)
Get a component attribute of this property.
Criterionin(Collection values)
Creates an IN restriction for this property based on the given list of literals
Criterionin(Object... values)
Creates an IN restriction for this property based on the given list of literals
Criterionin(DetachedCriteria subselect)
Creates a sub-query IN expression for this property.
CriterionisNull()
Creates a NULL restriction