org.objectweb.jonas.jtests.beans.transacted
Class SimpleEB
org.objectweb.jonas.jtests.beans.transacted.SimpleEB
- public class SimpleEB
Entity bean with bean managed persistence.
SimpleEB
public SimpleEB()
ejbCreate
public java.lang.String ejbCreate()
throws javax.ejb.CreateException
ejbCreate
public java.lang.String ejbCreate(int p1)
throws javax.ejb.CreateException
ejbCreateForMandatory
public java.lang.String ejbCreateForMandatory(char p1)
throws javax.ejb.CreateException
ejbCreateForNever
public java.lang.String ejbCreateForNever(short p1)
throws javax.ejb.CreateException
ejbCreateForRequired
public java.lang.String ejbCreateForRequired(long p1)
throws javax.ejb.CreateException
ejbCreateForRequiresNew
public java.lang.String ejbCreateForRequiresNew(java.lang.String p1)
throws javax.ejb.CreateException
ejbCreateForSupports
public java.lang.String ejbCreateForSupports(boolean p1)
throws javax.ejb.CreateException
ejbFindByPrimaryKey
public java.lang.String ejbFindByPrimaryKey(java.lang.String pk)
throws javax.ejb.FinderException
ejbFinder_mandatory
public java.lang.String ejbFinder_mandatory()
throws javax.ejb.FinderException
ejbFinder_never
public java.lang.String ejbFinder_never()
throws javax.ejb.FinderException
ejbFinder_notsupported
public java.lang.String ejbFinder_notsupported()
throws javax.ejb.FinderException
ejbFinder_required
public java.lang.String ejbFinder_required()
throws javax.ejb.FinderException
ejbFinder_requiresnew
public java.lang.String ejbFinder_requiresnew()
throws javax.ejb.FinderException
ejbFinder_supports
public java.lang.String ejbFinder_supports(boolean p1)
throws javax.ejb.FinderException
ejbLoad
public void ejbLoad()
ejbStore
public void ejbStore()
ejbRemove
public void ejbRemove()
throws javax.ejb.RemoveException
setEntityContext
public void setEntityContext(javax.ejb.EntityContext ctx)
unsetEntityContext
public void unsetEntityContext()