| java.lang.Object org.jpox.store.query.CollectionCandidates
CollectionCandidates | public class CollectionCandidates implements Queryable(Code) | | Collection for candidates passed to the query by setCandidates(collection).
version: $Revision: 1.14 $ |
CollectionCandidates | public CollectionCandidates(ObjectManager om, Class candidateClass, Collection candidates)(Code) | | Constructor.
Parameters: om - Object Manager Parameters: candidateClass - the Class candidate Parameters: candidates - The candidates |
getFetchPlan | public FetchPlan getFetchPlan()(Code) | | Accessor for the fetch plan
The fetch plan |
getUserCandidates | public Collection getUserCandidates()(Code) | | Returns the userCandidates. |
isEmpty | public boolean isEmpty()(Code) | | Returns true if this collection contains no elements.
true if this collection contains no elements. |
newQueryStatement | public QueryExpression newQueryStatement()(Code) | | Accessor for a new Query statement.
The Query Statement |
newQueryStatement | public QueryExpression newQueryStatement(Class candidateClass, DatastoreIdentifier candidateAlias)(Code) | | Creates a QueryStatement. The elements that are ALLOWED to be returned
after quering the database are the set of elements contained in the candidate collection.
Parameters: candidateClass - Candidate class Parameters: candidateAlias - Alias to use for the candidate in the query (if the native query supports it) Query Statement |
|
|