| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.relation.lcp.SIMPLEPARENTBean
SIMPLEPARENTBean | abstract public class SIMPLEPARENTBean implements javax.ejb.EntityBean(Code) | | |
SIMPLEPARENTBean | public SIMPLEPARENTBean()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | Loads entity bean from persistent storage
|
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreateDEFAULT | public void ejbPostCreateDEFAULT(String spPkId, String spDesc) throws CreateException(Code) | | Complete any post creation work here
|
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | Removes entity bean from persistent storage
|
ejbStore | public void ejbStore()(Code) | | Stores entity bean to persistent storage
|
getSimpleparentSimplechild | abstract public java.util.Collection getSimpleparentSimplechild()(Code) | | Retrieves SIMPLECHILDLocal relationship data
|
setEntityContext | public void setEntityContext(EntityContext context)(Code) | | Sets the entity context
|
setSimpleparentSimplechild | abstract public void setSimpleparentSimplechild(java.util.Collection var)(Code) | | Sets SIMPLECHILDLocal relationship data
|
unsetEntityContext | public void unsetEntityContext()(Code) | | Un-sets the entity context
|
|
|
|