Package javax.jdo
Interface JDOEntityManager
- All Superinterfaces:
javax.persistence.EntityManager
,PersistenceManager
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns theJDOEntityManagerFactory
used 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 Details
-
getPersistenceManagerFactory
JDOEntityManagerFactory getPersistenceManagerFactory()This method returns theJDOEntityManagerFactory
used to create thisJDOEntityManager
. It overrides the getPersistenceManagerFactory method in PersistenceManager.- Specified by:
getPersistenceManagerFactory
in interfacePersistenceManager
- Returns:
- the
JDOEntityManagerFactory
that created thisJDOEntityManager
-