| org.apache.geronimo.persistence.CMPEntityManagerTest
CMPEntityManagerTest | public class CMPEntityManagerTest extends TestCase (Code) | | version: $Rev: 538730 $ $Date: 2007-05-16 14:07:51 -0700 (Wed, 16 May 2007) $ |
testAppCallsCloseForbidden | public void testAppCallsCloseForbidden() throws Exception(Code) | | section 5.9.1
application must not call close on its entityManager
|
testCloseOnCommit | public void testCloseOnCommit() throws Exception(Code) | | section 5.9.1
close or cleared is called when tx commits
|
testGetTransaction | public void testGetTransaction() throws Exception(Code) | | section 3.1.1
(not very clear). getTransaction, joinTransaction throw IllegalStateException
|
testIsOpen | public void testIsOpen() throws Exception(Code) | | section 3.1.1 ????
isOpen returns true
|
testJoinTransaction | public void testJoinTransaction() throws Exception(Code) | | |
testSamePersistenceContext | public void testSamePersistenceContext() throws Exception(Code) | | section 5.8.2
use the same persistence context for all work in a tx
|
testTransactionRequired | public void testTransactionRequired() throws Exception(Code) | | section 5.9.1
transaction required for persist, remove, merge, refresh
|
|
|