public class FOStorePM extends PersistenceManagerImpl
#PersistenceManagerImpl implementing
abstract methods newQuery.msg| Modifier and Type | Method and Description |
|---|---|
javax.jdo.Query |
newQuery()
Create a new Query with no elements.
|
javax.jdo.Query |
newQuery(java.lang.Class cls)
Create a new Query specifying the Class of the results.
|
javax.jdo.Query |
newQuery(java.lang.Class cls,
java.util.Collection cln)
Create a new Query with the Class of the results and candidate
Collection.
|
javax.jdo.Query |
newQuery(java.lang.Class cls,
java.util.Collection cln,
java.lang.String filter)
Create a new Query with the Class of the results, candidate Collection,
and Filter.
|
javax.jdo.Query |
newQuery(java.lang.Class cls,
java.lang.String filter)
Create a new Query with the Class of the results and Filter.
|
javax.jdo.Query |
newQuery(javax.jdo.Extent cln)
Create a new Query with the candidate Extent; the class is taken
from the Extent.
|
javax.jdo.Query |
newQuery(javax.jdo.Extent cln,
java.lang.String filter)
Create a new Query with the candidate Extent and Filter.
|
javax.jdo.Query |
newQuery(java.lang.Object compiled)
Create a new Query using elements from another Query.
|
javax.jdo.Query |
newQuery(java.lang.String language,
java.lang.Object query)
Create a new Query using the specified language.
|
afterCompletion, assertIsOpen, assertReadAllowed, close, currentTransaction, deletePersistent, deletePersistentAll, deletePersistentAll, deregister, deregisterJTA, deregisterTransient, equals, evict, evictAll, evictAll, evictAll, findStateManager, flush, flushInstances, forceClose, getContextClassLoaderPrivileged, getCurrentWrapper, getExtent, getIgnoreCache, getInsertedInstances, getInternalObjectId, getMultithreaded, getObjectById, getObjectId, getObjectIdClass, getPersistenceManagerFactory, getProperties, getStateManager, getStoreManager, getTransactionalObjectId, getUserObject, hashCode, hereIsStateManager, insideCommit, isClosed, isSupportedSCOType, loadClass, loadPCClassForObjectIdClass, makeNontransactional, makeNontransactionalAll, makeNontransactionalAll, makePersistent, makePersistentAll, makePersistentAll, makeTransactional, makeTransactionalAll, makeTransactionalAll, makeTransient, makeTransientAll, makeTransientAll, markAsFlushed, newCollectionInstanceInternal, newMapInstanceInternal, newObjectIdInstance, newSCOInstanceInternal, notifyOptimistic, notifyStatusChange, popCurrentWrapper, pushCurrentWrapper, refresh, refreshAll, refreshAll, refreshAll, register, registerTransient, replaceObjectId, retrieve, retrieveAll, retrieveAll, retrieveAll, retrieveAll, setIgnoreCache, setJTATransaction, setMultithreaded, setUserObject, verifypublic javax.jdo.Query newQuery()
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplpublic javax.jdo.Query newQuery(java.lang.Object compiled)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcompiled - another Query from the same JDO implementationpublic javax.jdo.Query newQuery(java.lang.String language,
java.lang.Object query)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImpllanguage - the language of the query parameterquery - the query, which is of a form determined by the languagepublic javax.jdo.Query newQuery(java.lang.Class cls)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcls - the Class of the resultspublic javax.jdo.Query newQuery(javax.jdo.Extent cln)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcln - the Extent of candidate instancespublic javax.jdo.Query newQuery(java.lang.Class cls,
java.util.Collection cln)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcls - the Class of resultscln - the Collection of candidate instancespublic javax.jdo.Query newQuery(java.lang.Class cls,
java.lang.String filter)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcls - the Class of resultsfilter - the Filter for candidate instancespublic javax.jdo.Query newQuery(java.lang.Class cls,
java.util.Collection cln,
java.lang.String filter)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcls - the Class of resultscln - the Collection of candidate instancesfilter - the Filter for candidate instancespublic javax.jdo.Query newQuery(javax.jdo.Extent cln,
java.lang.String filter)
newQuery in interface javax.jdo.PersistenceManagernewQuery in class PersistenceManagerImplcln - the Extent of candidate instancesfilter - the Filter for candidate instancesCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.