class DetachedCriteria.DetachedProjections
Type | Name and description |
---|---|
java.util.List<Projection> |
projections |
Constructor and description |
---|
DetachedCriteria.DetachedProjections
(java.util.List<Projection> projections) |
Type | Name and description |
---|---|
ProjectionList |
avg(java.lang.String name) @see ProjectionList |
ProjectionList |
count() @see ProjectionList |
ProjectionList |
countDistinct(java.lang.String property) @see ProjectionList |
ProjectionList |
distinct(java.lang.String property) @see ProjectionList |
ProjectionList |
distinct() @see ProjectionList |
ProjectionList |
id() @see ProjectionList |
ProjectionList |
max(java.lang.String name) @see ProjectionList |
ProjectionList |
min(java.lang.String name) @see ProjectionList |
ProjectionList |
property(java.lang.String name) @see ProjectionList |
ProjectionList |
rowCount() @see ProjectionList |
ProjectionList |
sum(java.lang.String name) @see ProjectionList |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |