| |
|
| java.lang.Object com.versant.core.jdo.QueryResultBase com.versant.core.jdo.MultiPartQueryResult
MultiPartQueryResult | public class MultiPartQueryResult extends QueryResultBase (Code) | | This is a QueryResult that represent multiple datastore queries as one result.
This is used for queries against an horisontal baseclass.
This class can have 3 states.
- sparse state: This is when only the 'get' method has been used.
- resolved state: If all the results is available in a underlying result list.
- not intialised: If there is no query state asociated whith this result.
|
Inner Class :class Iter implements Iterator | |
MultiPartQueryResult | public MultiPartQueryResult(Set queryResultSet)(Code) | | |
close | public void close()(Code) | | |
createInternalIterNoFlush | public Iterator createInternalIterNoFlush()(Code) | | |
isEmpty | public boolean isEmpty()(Code) | | |
subList | public List subList(int fromIndex, int toIndex)(Code) | | |
|
|
|