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