Package javax.jdo
Interface JDOEntityManager
-
- All Superinterfaces:
javax.persistence.EntityManager,PersistenceManager
public interface JDOEntityManager extends javax.persistence.EntityManager, PersistenceManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JDOEntityManagerFactorygetPersistenceManagerFactory()This method returns theJDOEntityManagerFactoryused to create thisJDOEntityManager.-
Methods inherited from interface javax.persistence.EntityManager
clear, close, contains, createNamedQuery, createNativeQuery, createNativeQuery, createNativeQuery, createQuery, find, flush, getDelegate, getFlushMode, getReference, getTransaction, isOpen, joinTransaction, lock, merge, persist, refresh, remove, setFlushMode
-
Methods inherited from interface javax.jdo.PersistenceManager
addInstanceLifecycleListener, checkConsistency, close, currentTransaction, deletePersistent, deletePersistentAll, deletePersistentAll, detachCopy, detachCopyAll, detachCopyAll, evict, evictAll, evictAll, evictAll, evictAll, flush, getCopyOnAttach, getDataStoreConnection, getDetachAllOnCommit, getExtent, getExtent, getFetchGroup, getFetchPlan, getIgnoreCache, getManagedObjects, getManagedObjects, getManagedObjects, getManagedObjects, getMultithreaded, getObjectById, getObjectById, getObjectById, getObjectId, getObjectIdClass, getObjectsById, getObjectsById, getObjectsById, getObjectsById, getObjectsById, getSequence, getServerDate, getTransactionalObjectId, getUserObject, getUserObject, isClosed, makeNontransactional, makeNontransactionalAll, makeNontransactionalAll, makePersistent, makePersistentAll, makePersistentAll, makeTransactional, makeTransactionalAll, makeTransactionalAll, makeTransient, makeTransient, makeTransientAll, makeTransientAll, makeTransientAll, makeTransientAll, makeTransientAll, newInstance, newNamedQuery, newObjectIdInstance, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, newQuery, putUserObject, refresh, refreshAll, refreshAll, refreshAll, refreshAll, removeInstanceLifecycleListener, removeUserObject, retrieve, retrieve, retrieveAll, retrieveAll, retrieveAll, retrieveAll, retrieveAll, setCopyOnAttach, setDetachAllOnCommit, setIgnoreCache, setMultithreaded, setUserObject
-
-
-
-
Method Detail
-
getPersistenceManagerFactory
JDOEntityManagerFactory getPersistenceManagerFactory()
This method returns theJDOEntityManagerFactoryused to create thisJDOEntityManager. It overrides the getPersistenceManagerFactory method in PersistenceManager.- Specified by:
getPersistenceManagerFactoryin interfacePersistenceManager- Returns:
- the
JDOEntityManagerFactorythat created thisJDOEntityManager
-
-