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