|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.datastore.query.Query.ProjectionList
public static class Query.ProjectionList
A list of projections
Constructor Summary | |
---|---|
Query.ProjectionList()
|
Method Summary | |
---|---|
Query.ProjectionList |
add(Query.Projection p)
|
Query.ProjectionList |
avg(String name)
Computes the average value of a property |
Query.ProjectionList |
count()
|
List<Query.Projection> |
getProjectionList()
|
Query.ProjectionList |
id()
|
boolean |
isEmpty()
|
Query.ProjectionList |
max(String name)
Computes the max value of a property |
Query.ProjectionList |
min(String name)
Computes the min value of a property |
Query.ProjectionList |
property(String name)
A projection that obtains the value of a property of an entity |
Query.ProjectionList |
sum(String name)
Computes the sum of a property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Query.ProjectionList()
Method Detail |
---|
public List<Query.Projection> getProjectionList()
public Query.ProjectionList add(Query.Projection p)
public Query.ProjectionList id()
public Query.ProjectionList count()
public boolean isEmpty()
public Query.ProjectionList property(String name)
name
- The name of the property
public Query.ProjectionList sum(String name)
name
- The name of the property
public Query.ProjectionList min(String name)
name
- The name of the property
public Query.ProjectionList max(String name)
name
- The name of the property
public Query.ProjectionList avg(String name)
name
- The name of the property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |