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

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

Introduction

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

The text is from its open source code.

Method

String[]findColumns(String propertyPath, Criteria criteria)
Get the names of the columns mapped by a property path; if the property path is not found in criteria, try the "outer" query.
StringgetColumn(Criteria criteria, String propertyPath)
Resolve a property path to the name of the column it maps to.
String[]getColumns(String propertyPath, Criteria criteria)
Resolve a property path to the names of the columns it maps to.
String[]getColumnsUsingProjection(Criteria criteria, String propertyPath)
Get the names of the columns mapped by a property path.
StringgetEntityName(Criteria criteria)
Get the entity name of an entity
SessionFactoryImplementorgetFactory()
Provides access to the SessionFactory
TypegetIdentifierType(Criteria criteria)
Get the identifier type of this entity
StringgetSQLAlias(Criteria criteria)
Get the root table alias of an entity
StringgetSQLAlias(Criteria criteria, String propertyPath)
Get the root table alias of an entity, taking into account the qualifier of the property path
TypegetType(Criteria criteria, String propertyPath)
Get the type of a property path.
TypedValuegetTypedValue(Criteria criteria, String propertyPath, Object value)
Build a typed-value for the property/value combo.
TypegetTypeUsingProjection(Criteria criteria, String propertyPath)
Get the type of a property path.