Method Summary |
|
public void | addLifecycleListener(LifecycleListener listener, Class[] classes) |
public synchronized void | addToCache(StatesReturned container) |
public synchronized void | addTxStateObject(PCStateMan stateObject) |
public synchronized void | afterCompletion(int i) |
public synchronized void | beforeCompletion() |
public synchronized void | begin() |
public synchronized void | cancelQueryExecution() |
public synchronized void | checkModelConsistency() |
public synchronized void | close() |
public synchronized void | closeQuery(QueryResultWrapper qrw) |
public synchronized void | commit(Xid xid, boolean b) |
public synchronized void | commit() |
public synchronized Transaction | currentTransaction() |
public synchronized void | deletePersistent(Object o) |
public synchronized void | deletePersistentAll(Object[] objects) |
public synchronized void | deletePersistentAll(Collection collection) |
public synchronized void | end(Xid xid, int i) |
public synchronized void | evict(Object o) |
public synchronized void | evictAll(Object[] objects) |
public synchronized void | evictAll(Collection collection) |
public synchronized void | evictAll() |
public synchronized void | evictAllFromL2CacheAfterCommit(Object[] a) |
public synchronized void | evictAllFromL2CacheAfterCommit(Collection c) |
public synchronized void | evictAllFromL2CacheAfterCommit(Class cls, boolean includeSubclasses) |
public synchronized void | evictAllFromL2CacheAfterCommit() |
public synchronized void | evictFromL2CacheAfterCommit(Object o) |
public synchronized QueryResultWrapper | executeQuery(CompiledQuery cq, Object[] params) |
public synchronized void | flush() |
public synchronized void | flush(boolean retainState) |
public synchronized void | flushIfDepOn(int[] bits) |
public synchronized void | forget(Xid xid) |
public synchronized QueryResultContainer | getAbsolute(QueryResultWrapper qrsIF, int index, int fetchAmount) |
public synchronized QueryResultContainer | getAllQueryResults(CompiledQuery cq, Object[] params) |
public synchronized String | getConnectionDriverName(String dataStore) |
public synchronized String | getConnectionURL(String dataStore) |
public synchronized int | getDatastoreTxLocking() |
public synchronized Extent | getExtent(Class aClass, boolean b) |
public synchronized boolean | getIgnoreCache() |
public synchronized OID | getInternalOID(PersistenceCapable pc) |
public synchronized PCStateMan | getInternalSM(PersistenceCapable pc) |
public synchronized PCStateMan | getInternalSM(OID oid) |
public synchronized State | getInternaleState(PersistenceCapable pc) |
public synchronized Connection | getJdbcConnection(String datastore) |
public synchronized boolean | getMultithreaded() |
public QueryResultContainer | getNextQueryResult(QueryResultWrapper aQrs, int skipAmount) |
public synchronized boolean | getNontransactionalRead() |
public synchronized boolean | getNontransactionalWrite() |
public synchronized Object | getObjectByIDString(String value, boolean toValidate) |
public synchronized Object | getObjectByIDString(String value, boolean toValidate, boolean resolved) |
public synchronized Object | getObjectById(Object o, boolean b) |
public synchronized Object | getObjectByIdFromCache(Object oid) |
public synchronized Object | getObjectField(PersistenceCapable pc, int fieldNo) |
public synchronized Object | getObjectId(Object o) |
public synchronized Class | getObjectIdClass(Class aClass) |
public synchronized int | getObjectsById(Object[] oids, int length, Object[] data, int stateFieldNo, int classMetaDataIndex) |
public synchronized boolean | getOptimistic() |
public synchronized Object | getOptimisticLockingValue(Object o) |
public synchronized PersistenceManager | getPersistenceManager() |
public synchronized PersistenceManagerFactory | getPersistenceManagerFactory() |
public synchronized int | getPmCacheRefType() |
public synchronized int | getQueryRowCount(CompiledQuery cq, Object[] params) |
public synchronized VersantPersistenceManagerImp | getRealPM() |
VersantPersistenceManagerImp | getRealPMNoCheck() |
public synchronized boolean | getRestoreValues() |
public synchronized int | getResultCount(QueryResultWrapper qrsIF) |
public synchronized boolean | getRetainValues() |
public synchronized Synchronization | getSynchronization() |
public synchronized int | getTransactionTimeout() |
public synchronized Object | getTransactionalObjectId(Object o) |
public synchronized Object | getUserObject() |
public synchronized boolean | hasIdentity(Object pc) |
public synchronized boolean | isActive() |
public synchronized boolean | isCheckModelConsistencyOnCommit() |
public synchronized boolean | isClosed() |
public synchronized boolean | isDirty() |
public synchronized boolean | isHollow(Object pc) |
public synchronized boolean | isInterceptDfgFieldAccess() If default fetch group fields will be intercepted on a
Persistent-Non-Transaction instance. |
public synchronized boolean | isOptimistic() |
public synchronized boolean | isRealPMNull() |
public synchronized boolean | isRestoreValues() |
public synchronized boolean | isRetainValues() |
public synchronized boolean | isSameRM(XAResource xaResource) |
public synchronized void | loadFetchGroup(Object pc, String name) |
public synchronized void | logEvent(int level, String description, int ms) |
public synchronized void | makeNontransactional(Object o) |
public synchronized void | makeNontransactionalAll(Object[] objects) |
public synchronized void | makeNontransactionalAll(Collection collection) |
public synchronized void | makePersistent(Object o) |
public synchronized void | makePersistentAll(Object[] objects) |
public synchronized void | makePersistentAll(Collection collection) |
public synchronized void | makeTransactional(Object o) |
public synchronized void | makeTransactionalAll(Object[] objects) |
public synchronized void | makeTransactionalAll(Collection collection) |
public synchronized void | makeTransient(Object o) |
public synchronized void | makeTransientAll(Object[] objects) |
public synchronized void | makeTransientAll(Collection collection) |
public synchronized void | makeTransientRecursive(Object pc) |
public synchronized Object | newObjectIdInstance(Class aClass, String s) |
public synchronized Object | newObjectIdInstance(Class pcClass, String str, boolean resolved) |
public synchronized Query | newQuery() |
public synchronized Query | newQuery(Object o) |
public synchronized Query | newQuery(String s, Object o) |
public synchronized Query | newQuery(Class aClass) |
public synchronized Query | newQuery(Extent extent) |
public synchronized Query | newQuery(Class aClass, Collection collection) |
public synchronized Query | newQuery(Class aClass, String s) |
public synchronized Query | newQuery(Class aClass, Collection collection, String s) |
public synchronized Query | newQuery(Extent extent, String s) |
public synchronized int | prepare(Xid xid) |
public synchronized void | processLocalCacheReferenceQueue() |
public synchronized Xid[] | recover(int i) |
public synchronized void | refresh(Object o) |
public synchronized void | refreshAll(Object[] objects) |
public synchronized void | refreshAll(Collection collection) |
public synchronized void | refreshAll() |
public void | removeLifecycleListener(LifecycleListener listener) |
public synchronized void | removeTxStateObject(PCStateMan stateObject) |
public synchronized void | resetPM() |
public synchronized void | retrieve(Object o) |
public synchronized void | retrieveAll(Collection pcs, boolean DFGOnly) |
public synchronized void | retrieveAll(Object[] pcs, boolean DFGOnly) |
public synchronized void | retrieveAll(Collection collection) |
public synchronized void | retrieveAll(Object[] objects) |
public synchronized void | rollback(Xid xid) |
public synchronized void | rollback() |
public synchronized void | setCheckModelConsistencyOnCommit(boolean on) |
public synchronized void | setDatastoreTxLocking(int mode) |
public synchronized void | setIgnoreCache(boolean b) |
public synchronized void | setInterceptDfgFieldAccess(boolean interceptDfgFieldAccess) |
public synchronized void | setMasterOnDetail(PersistenceCapable detail, int managedFieldNo, PersistenceCapable master, boolean removeFromCurrentMaster) |
public synchronized void | setMultithreaded(boolean b) |
public synchronized void | setNontransactionalRead(boolean b) |
public synchronized void | setNontransactionalWrite(boolean b) |
public synchronized void | setOptimistic(boolean b) |
public synchronized void | setPmCacheRefType(Object pc, int type) |
public synchronized void | setPmCacheRefType(Object[] pcs, int type) |
public synchronized void | setPmCacheRefType(Collection col, int type) |
public synchronized void | setPmCacheRefType(int type) |
public synchronized void | setRestoreValues(boolean b) |
public synchronized void | setRetainConnectionInOptTx(boolean on) |
public synchronized void | setRetainValues(boolean b) |
public synchronized void | setSynchronization(Synchronization synchronization) |
public synchronized boolean | setTransactionTimeout(int i) |
public synchronized void | setUserObject(Object o) |
public synchronized void | start(Xid xid, int i) |
public synchronized List | versantAllDirtyInstances() |
public synchronized Collection | versantAttachCopy(Collection detached, boolean makeTransactional) |
public synchronized Collection | versantAttachCopy(Collection detached, boolean makeTransactional, boolean shallow) |
public synchronized Collection | versantDetachCopy(Collection pcs, String fetchGroup) |
public synchronized Query | versantNewNamedQuery(Class cls, String queryName) |