org.hibernate.criterion.CriteriaQuery |
Known Indirect Subclasses |
An instance of CriteriaQuery is passed to criterion, order and projection instances when actually compiling and executing the query. This interface is not used by application code.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the names of the columns mapped by a property path; if the
property path is not found in criteria, try the "outer" query.
| |||||||||||
Get the names of the columns mapped by a property path,
ignoring projection aliases
| |||||||||||
Get the names of the columns mapped by a property path,
ignoring projection aliases
| |||||||||||
Get the names of the columns mapped by a property path
| |||||||||||
Get the entity name of an entity
| |||||||||||
Get the entity name of an entity, taking into account
the qualifier of the property path
| |||||||||||
Get the identifier column names of this entity
| |||||||||||
Get the identifier type of this entity
| |||||||||||
Get the property name, given a possibly qualified property name
| |||||||||||
Get the root table alias of an entity
| |||||||||||
Get the root table alias of an entity, taking into account
the qualifier of the property path
| |||||||||||
Get the type of a property path, ignoring projection aliases
| |||||||||||
Get the type of a property path
| |||||||||||
Get the a typed value for the given property value.
|
Get the names of the columns mapped by a property path; if the property path is not found in criteria, try the "outer" query. Projection aliases are ignored.
HibernateException |
---|
Get the names of the columns mapped by a property path, ignoring projection aliases
QueryException | if the property maps to more than 1 column |
---|---|
HibernateException |
Get the names of the columns mapped by a property path, ignoring projection aliases
HibernateException |
---|
Get the names of the columns mapped by a property path
HibernateException |
---|
Get the entity name of an entity, taking into account the qualifier of the property path
Get the identifier column names of this entity
Get the identifier type of this entity
Get the property name, given a possibly qualified property name
Get the root table alias of an entity, taking into account the qualifier of the property path
Get the type of a property path, ignoring projection aliases
HibernateException |
---|
Get the type of a property path
HibernateException |
---|
Get the a typed value for the given property value.
HibernateException |
---|