protected class AbstractHibernateQuery.HibernateProjectionList extends org.hibernate.criterion.ProjectionList
Type Params | Return Type | Name and description |
---|---|---|
|
public org.hibernate.criterion.ProjectionList |
add(Projection p) |
|
public org.hibernate.criterion.ProjectionList |
avg(java.lang.String name) |
|
public org.hibernate.criterion.ProjectionList |
count() |
|
public org.grails.datastore.mapping.query.api.ProjectionList |
countDistinct(java.lang.String property) |
|
public org.grails.datastore.mapping.query.api.ProjectionList |
distinct(java.lang.String property) |
|
public org.hibernate.criterion.ProjectionList |
distinct() |
|
public org.hibernate.criterion.ProjectionList |
getHibernateProjectionList() |
|
public org.hibernate.criterion.ProjectionList |
id() |
|
public boolean |
isEmpty() |
|
public boolean |
isRowCount() |
|
public org.hibernate.criterion.ProjectionList |
max(java.lang.String name) |
|
public org.hibernate.criterion.ProjectionList |
min(java.lang.String name) |
|
public org.hibernate.criterion.ProjectionList |
property(java.lang.String name) |
|
public org.grails.datastore.mapping.query.api.ProjectionList |
rowCount() |
|
public org.hibernate.criterion.ProjectionList |
sum(java.lang.String name) |
Methods inherited from class | Name |
---|---|
class org.hibernate.criterion.ProjectionList |
org.hibernate.criterion.ProjectionList#getProjection(int), org.hibernate.criterion.ProjectionList#getTypes(java.lang.String, org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery), org.hibernate.criterion.ProjectionList#getTypes(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery), org.hibernate.criterion.ProjectionList#getColumnAliases(int), org.hibernate.criterion.ProjectionList#getColumnAliases(java.lang.String, int, org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery), org.hibernate.criterion.ProjectionList#getColumnAliases(java.lang.String, int), org.hibernate.criterion.ProjectionList#getColumnAliases(int, org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery), org.hibernate.criterion.ProjectionList#toSqlString(org.hibernate.Criteria, int, org.hibernate.criterion.CriteriaQuery), org.hibernate.criterion.ProjectionList#toGroupSqlString(org.hibernate.Criteria, org.hibernate.criterion.CriteriaQuery), org.hibernate.criterion.ProjectionList#add(org.hibernate.criterion.Projection), org.hibernate.criterion.ProjectionList#add(org.hibernate.criterion.Projection, java.lang.String), org.hibernate.criterion.ProjectionList#toString(), org.hibernate.criterion.ProjectionList#getLength(), org.hibernate.criterion.ProjectionList#create(), org.hibernate.criterion.ProjectionList#isGrouped(), org.hibernate.criterion.ProjectionList#getAliases(), org.hibernate.criterion.ProjectionList#wait(long, int), org.hibernate.criterion.ProjectionList#wait(), org.hibernate.criterion.ProjectionList#wait(long), org.hibernate.criterion.ProjectionList#equals(java.lang.Object), org.hibernate.criterion.ProjectionList#hashCode(), org.hibernate.criterion.ProjectionList#getClass(), org.hibernate.criterion.ProjectionList#notify(), org.hibernate.criterion.ProjectionList#notifyAll() |