1 22 package org.jboss.ejb3.test.entityexception; 23 24 25 30 public interface ExceptionTest 31 { 32 Person createEntry(Person person); 33 Person removeEntry(Person person); 34 void testTransactionRequiredException(); 35 boolean testEMFindExceptions(); 36 void testEMPersistExceptions(); 37 void testEMMergeExceptions(); 38 void testEMCreateQueryExceptions(); 39 void testEMRefreshExceptions(); 40 void testEMContainsExceptions(); 41 void testQuerySingleResultExceptions(); 42 void testQuerySetHintAndParameter(); 43 } 44 | Popular Tags |