collection<T> abstract method
Subclasses must implement this to return a collection for the given type. Collection is the main interace for querying and updating a given collection/table in the datastore.
Implementation
Collection<T> collection<T>();