org.jboss.test.bench.interfaces
Interface ComplexEntityHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface ComplexEntityHome
- extends EJBHome (src)
create
public ComplexEntity (src) create(boolean aBoolean,
int anInt,
long aLong,
double aDouble,
java.lang.String aString)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
findByPrimaryKey
public ComplexEntity (src) findByPrimaryKey(AComplexPK (src) aComplexPK)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)