| java.lang.Object org.objectweb.jonas.jtests.beans.ebasic.pkautoObjectEC2
All known Subclasses: org.objectweb.jonas.jtests.beans.ebasic.pkautoObjectEC,
pkautoObjectEC2 | abstract public class pkautoObjectEC2 implements javax.ejb.EntityBean(Code) | | This is an entity bean with "container managed persistence version 2".
This bean is used to test an entity with auto generated primary key
author: Jerome Camilleri |
ejbContext | javax.ejb.EntityContext ejbContext(Code) | | |
logger | protected static Logger logger(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate(int f1, int f2)(Code) | | |
ejbRemove | public void ejbRemove() throws javax.ejb.RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getField1 | abstract public int getField1()(Code) | | |
getField2 | abstract public int getField2()(Code) | | |
setEntityContext | public void setEntityContext(javax.ejb.EntityContext ctx)(Code) | | |
setField1 | abstract public void setField1(int f1)(Code) | | |
setField2 | abstract public void setField2(int f2)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|