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