| java.lang.Object org.apache.geronimo.persistence.InternalCMPEntityManagerExtended
InternalCMPEntityManagerExtended | public class InternalCMPEntityManagerExtended implements EntityManager,EntityManagerWrapper(Code) | | InternalCMPEntityManagerExtended is an EntityManager wrapper that CMPEntityManagerExtended wraps the
real EntityManager with and registers with the transaction.
version: $Rev: 552073 $ $Date: 2007-06-29 18:10:51 -0700 (Fri, 29 Jun 2007) $ |
InternalCMPEntityManagerExtended | public InternalCMPEntityManagerExtended(EntityManager entityManager, String persistenceUnit, TransactionManagerImpl transactionManager)(Code) | | |
afterCompletion | public void afterCompletion(int i)(Code) | | |
beanRemoved | void beanRemoved()(Code) | | |
beforeCompletion | public void beforeCompletion()(Code) | | |
clear | public void clear()(Code) | | |
close | public void close()(Code) | | |
createNamedQuery | public Query createNamedQuery(String s)(Code) | | |
createNativeQuery | public Query createNativeQuery(String s)(Code) | | |
flush | public void flush()(Code) | | |
getEntityManager | public EntityManager getEntityManager()(Code) | | |
getFlushMode | public FlushModeType getFlushMode()(Code) | | |
getTransaction | public EntityTransaction getTransaction()(Code) | | |
isOpen | public boolean isOpen()(Code) | | |
joinTransaction | public void joinTransaction()(Code) | | |
lock | public void lock(Object o, LockModeType lockModeType)(Code) | | |
merge | public T merge(T t)(Code) | | |
registerBean | void registerBean()(Code) | | |
setFlushMode | public void setFlushMode(FlushModeType flushModeType)(Code) | | |
|
|