org.objectweb.jonas.jtests.beans.ebasic
Class SimpleEB
org.objectweb.jonas.jtests.beans.ebasic.SimpleEB
- public class SimpleEB
This is an entity bean with "bean managed persistence". The state of an
instance is stored into a relational database.
The table must exist.
- Author:
- Philippe Durieux, Philippe Coq
SimpleEB
public SimpleEB()
ejbLoad
public void ejbLoad()
ejbStore
public void ejbStore()
ejbRemove
public void ejbRemove()
ejbCreate
public java.lang.String ejbCreate(java.lang.String name,
int info,
int num)
throws javax.ejb.CreateException
ejbPostCreate
public void ejbPostCreate(java.lang.String name,
int info,
int num)
ejbFindByPrimaryKey
public java.lang.String ejbFindByPrimaryKey(java.lang.String name)
throws javax.ejb.ObjectNotFoundException,
javax.ejb.FinderException
ejbFindByTestName
public java.lang.String ejbFindByTestName(java.lang.String name)
throws javax.ejb.ObjectNotFoundException,
javax.ejb.FinderException
ejbFindInfoForNum
public java.util.Enumeration ejbFindInfoForNum(int num)
throws javax.ejb.FinderException
ejbFindInCollection
public java.util.Collection ejbFindInCollection()
throws javax.ejb.FinderException
ejbFindInfo_beetwen
public java.util.Enumeration ejbFindInfo_beetwen(int p1,
int p2)
throws javax.ejb.FinderException
ejbFindEqualOne
public java.util.Enumeration ejbFindEqualOne(int p1)
throws javax.ejb.FinderException
ejbFindEqualTwo
public java.util.Enumeration ejbFindEqualTwo(int p1,
int p2)
throws javax.ejb.FinderException