| java.lang.Object org.objectweb.jonas.jtests.beans.ebasic.E4QueryEC2
E4QueryEC2 | abstract public class E4QueryEC2 implements EntityBean(Code) | | This is an entity bean with "container managed persistence version 2.x".
The state of an instance is stored into a relational database.
author: Helene Joanin |
entityContext | protected EntityContext entityContext(Code) | | |
logger | protected static Logger logger(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getFdouble | abstract public double getFdouble()(Code) | | |
getFint | abstract public int getFint()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setFdouble | abstract public void setFdouble(double i)(Code) | | |
setFint | abstract public void setFint(int i)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|