org.jboss.test.bench.interfaces
Interface SimpleEntityHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface SimpleEntityHome
- extends EJBHome (src)
create
public SimpleEntity (src) create(int pk)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
findByPrimaryKey
public SimpleEntity (src) findByPrimaryKey(java.lang.Integer pk)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)