org.springframework.datastore.query
Class Query.CountProjection

java.lang.Object
  extended by org.springframework.datastore.query.Query.Projection
      extended by org.springframework.datastore.query.Query.CountProjection
Enclosing class:
Query

public static class Query.CountProjection
extends Query.Projection

Used to count the results of a query


Constructor Summary
Query.CountProjection()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query.CountProjection

public Query.CountProjection()