org.jboss.test.readahead.interfaces
Interface CMPFindTestEntityHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface CMPFindTestEntityHome
- extends EJBHome (src)
Home interface for one of the entities used in read-ahead finder tests.
create
public CMPFindTestEntityRemote (src) create(java.lang.String key)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
findByPrimaryKey
public CMPFindTestEntityRemote (src) findByPrimaryKey(java.lang.String primaryKey)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)
findAll
public java.util.Collection findAll()
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)
findByCity
public java.util.Collection findByCity(java.lang.String city)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)