org.jboss.test.security.interfaces
Interface EntityHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface EntityHome
- extends EJBHome (src)
create
public Entity (src) create(java.lang.String key)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
findByPrimaryKey
public Entity (src) findByPrimaryKey(java.lang.String key)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)