org.objectweb.jonas.jtests.beans.etype.oboolean
Interface ObooleanHome
- public interface ObooleanHome
Home interface of the oboolean bean
- Author:
- Helene Joanin
Contributor(s):
create
public Oboolean create(java.lang.String pk,
java.lang.Boolean f1)
throws java.rmi.RemoteException,
javax.ejb.CreateException
findByPrimaryKey
public Oboolean findByPrimaryKey(java.lang.String pk)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByF1
public java.util.Collection findByF1(java.lang.Boolean f1)
throws java.rmi.RemoteException,
javax.ejb.FinderException