org.objectweb.jonas.jtests.beans.ebasic
Interface E4QueryHome
- public interface E4QueryHome
create
public E4Query create(java.lang.String id,
java.lang.String s,
int i,
double d)
throws java.rmi.RemoteException,
javax.ejb.CreateException
findByPrimaryKey
public E4Query findByPrimaryKey(java.lang.String id)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByLengthString
public java.util.Collection findByLengthString(int l)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByLocateString
public java.util.Collection findByLocateString(java.lang.String s)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByLocateStringAt
public java.util.Collection findByLocateStringAt(java.lang.String s,
int start)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findBySubstring
public java.util.Collection findBySubstring(java.lang.String s,
int start,
int length)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByConcatString
public java.util.Collection findByConcatString(java.lang.String s)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByAbsInt
public java.util.Collection findByAbsInt(int i)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findBySqrtDouble
public java.util.Collection findBySqrtDouble(double d)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByIsNull
public java.util.Collection findByIsNull()
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByInStrings
public java.util.Collection findByInStrings()
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByLessThanMinus100
public java.util.Collection findByLessThanMinus100()
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByIntEqualExpr
public java.util.Collection findByIntEqualExpr(int i1,
int i2,
int i3)
throws java.rmi.RemoteException,
javax.ejb.FinderException