| org.jboss.test.entityexc.interfaces.EntityExcHome
EntityExcHome | public interface EntityExcHome extends EJBHome(Code) | | Home interface of the entity exception test bean.
author: Ole Husgaard version: $Revision: 57211 $ |
JNDI_NAME | final public String JNDI_NAME(Code) | | JNDI name of this home.
|
resetDatabase | public void resetDatabase() throws RemoteException(Code) | | Reset the database to a known state.
This is used for initializing, and should be called after deployment
but before the tests start.
It will create the database table, if it does not exist, or is not
correctly defined.
If the database table is not empty, all records in it will be deleted.
|
|
|