|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.hibernate.criterion.SimpleProjection
org.hibernate.criterion.IdentifierProjection
A property value, or grouped property value
| Constructor Summary | |
protected |
IdentifierProjection()
|
protected |
IdentifierProjection(boolean grouped)
|
| Method Summary | |
Type[] |
getTypes(Criteria criteria,
CriteriaQuery criteriaQuery)
Return types returned by the rendered SQL fragment |
boolean |
isGrouped()
Does this projection specify grouping attributes? |
String |
toGroupSqlString(Criteria criteria,
CriteriaQuery criteriaQuery)
Render the SQL fragment to be used in the group by clause |
String |
toSqlString(Criteria criteria,
int position,
CriteriaQuery criteriaQuery)
Render the SQL fragment |
String |
toString()
|
| Methods inherited from class org.hibernate.criterion.SimpleProjection |
as, getAliases, getColumnAliases, getColumnAliases, getTypes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
protected IdentifierProjection(boolean grouped)
protected IdentifierProjection()
| Method Detail |
public String toString()
public Type[] getTypes(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Projection
criteria - criteriaQuery -
HibernateExceptionpublic String toSqlString(Criteria criteria, int position, CriteriaQuery criteriaQuery) throws HibernateException
Projection
criteriaQuery -
HibernateExceptionpublic boolean isGrouped()
Projection
isGrouped in interface ProjectionisGrouped in class SimpleProjectionpublic String toGroupSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Projection
toGroupSqlString in interface ProjectiontoGroupSqlString in class SimpleProjectionHibernateException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||