| org.objectweb.jonas.jtests.beans.relatives.RelativeLocalHome
RelativeLocalHome | public interface RelativeLocalHome extends EJBLocalHome(Code) | | Created on Sep 25, 2002
author: Christophe Ney - cney@batisseurs.com |
create | RelativeLocal create(String fullName, Date birthdate, int luckyNumber) throws CreateException(Code) | | create a new RelativeLocal.
The fullName must be unique since it is used as primaryKey.
|
findByPrimaryKey | RelativeLocal findByPrimaryKey(String fullName) throws FinderException(Code) | | find a relative using it's full name.
|
findFromGivenQuery | Collection findFromGivenQuery(String fullName, Date birthdate, int luckyNumber) throws FinderException(Code) | | find the collection of relatives using the query in the deployment
descriptor.
|
|
|