org.ow2.easybeans.tests.entity |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
TestCascadeOperation.java | Class | Verifies if the container manages the different cascade types in the relationships mapping. |
TestEjbql.java | Class | Verifies if the container manages the most used EJB QL statement. |
TestEntityManager00.java | Class | Verifies if the methods remove and persist from EntityManager are working
properly. |
TestEntityManager01.java | Class | Verifies if the methods remove and persist from EntityManager are working
properly. |
TestEntityManager02.java | Class | Verifies if the entity manager works well among different trasnactions. |
TestEntityManagerFlush.java | Class | Verifies if the methods related with flush(flush(), getFlushMode(),
setFlushMode()) from EntityManager are working properly. |
TestEntityManagerQueries.java | Class | Verifies if the methods related with queries of the Entitymanager are working
properly. |
TestPersistenceContext.java | Class | Verifies if the transaction-scope persistence context and the extended
persistence context are making the correct management of the references. |
TestResourceLevelTrans.java | Class | Verifies if the bean can use a resource level transaction. |