org.ow2.easybeans.tests.common.ejbs.stateless.containermanaged.entitymanager |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
ItfEntityManagerTester00.java | Interface | Tests if the EntityManager is creating and removing the entities properly. |
ItfEntityManagerTester01.java | Interface | Verifies if the container provides a correct implementation of the methods:
merge, contains and refresh. |
ItfTransactionContextTester.java | Interface | Verifies the use of the entity manager in different transaction context. |
SLSBEntityManagerTester00.java | Class | Tests if the EntityManager is creating and deleting correctly the entity
beans when a persistence context transaction is used. |
SLSBEntityManagerTester01.java | Class | Tests if the EntityManager is creating and deleting correctly the entity
beans when a persistence context transaction is used. |
SLSBTransactionContextTester.java | Class | Creates a bean using different transaction context. |