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