|
||||||||||
| 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.RowCountProjection
public class RowCountProjection
A row count
| Constructor Summary | |
|---|---|
protected |
RowCountProjection()
|
| Method Summary | |
|---|---|
Type[] |
getTypes(Criteria criteria,
CriteriaQuery criteriaQuery)
Return types returned by the rendered SQL fragment |
java.lang.String |
toSqlString(Criteria criteria,
int position,
CriteriaQuery criteriaQuery)
Render the SQL fragment |
java.lang.String |
toString()
|
| Methods inherited from class org.hibernate.criterion.SimpleProjection |
|---|
as, getAliases, getColumnAliases, getColumnAliases, getTypes, isGrouped, toGroupSqlString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected RowCountProjection()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
public Type[] getTypes(Criteria criteria,
CriteriaQuery criteriaQuery)
throws HibernateException
Projection
HibernateException
public java.lang.String toSqlString(Criteria criteria,
int position,
CriteriaQuery criteriaQuery)
throws HibernateException
Projection
HibernateException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||