public class PropertyProjection extends SimpleProjection
| Modifier | Constructor and Description |
|---|---|
protected |
PropertyProjection(java.lang.String prop) |
protected |
PropertyProjection(java.lang.String prop,
boolean grouped) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPropertyName() |
Type[] |
getTypes(Criteria criteria,
CriteriaQuery criteriaQuery)
Types returned by the rendered SQL
fragment. |
boolean |
isGrouped()
Is this projection fragment (SELECT clause) also part of the GROUP BY
|
java.lang.String |
toGroupSqlString(Criteria criteria,
CriteriaQuery criteriaQuery)
Render the SQL fragment to be used in the GROUP BY clause
|
java.lang.String |
toSqlString(Criteria criteria,
int position,
CriteriaQuery criteriaQuery)
Render the SQL fragment to be used in the SELECT clause.
|
java.lang.String |
toString() |
as, getAliases, getColumnAliases, getColumnAliases, getColumnAliases, getColumnAliases, getColumnCount, getTypesprotected PropertyProjection(java.lang.String prop,
boolean grouped)
protected PropertyProjection(java.lang.String prop)
public boolean isGrouped()
ProjectionisGrouped in interface ProjectionisGrouped in class SimpleProjectionpublic java.lang.String getPropertyName()
public Type[] getTypes(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Projectionfragment. In other words what are the types
that would represent the values this projection asked to be pulled into the result set?criteria - The local criteria to which this project is attached (for resolution).criteriaQuery - The overall criteria query instance.HibernateException - Indicates a problem resolving the typespublic java.lang.String toSqlString(Criteria criteria, int position, CriteriaQuery criteriaQuery) throws HibernateException
Projectioncriteria - The local criteria to which this project is attached (for resolution).position - The number of columns rendered in the SELECT clause before this projection. Generally
speaking this is useful to ensure uniqueness of the individual columns aliases.criteriaQuery - The overall criteria query instance.HibernateException - Indicates a problem performing the renderingpublic java.lang.String toGroupSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
ProjectiontoGroupSqlString in interface ProjectiontoGroupSqlString in class SimpleProjectioncriteria - The local criteria to which this project is attached (for resolution).criteriaQuery - The overall criteria query instance.HibernateException - Indicates a problem performing the renderingpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.