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