collection<T> abstract method

Collection<T> collection<T>()

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>();