| java.lang.Object org.apache.geronimo.persistence.CMPEntityManagerTxScoped
CMPEntityManagerTxScoped | public class CMPEntityManagerTxScoped implements EntityManager(Code) | | version: $Rev: 552073 $ $Date: 2007-06-29 18:10:51 -0700 (Fri, 29 Jun 2007) $ |
Constructor Summary | |
public | CMPEntityManagerTxScoped(TransactionManagerImpl transactionManager, String persistenceUnit, EntityManagerFactory entityManagerFactory, Map entityManagerProperties) |
CMPEntityManagerTxScoped | public CMPEntityManagerTxScoped(TransactionManagerImpl transactionManager, String persistenceUnit, EntityManagerFactory entityManagerFactory, Map entityManagerProperties)(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) | | |
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) | | |
setFlushMode | public void setFlushMode(FlushModeType flushModeType)(Code) | | |
|
|