| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.folder.Paper3EC2
Paper3EC2 | abstract public class Paper3EC2 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.
The following table should exist :
jt2_paper3
c_statut3 varchar primarey key
c_valide integer
author: Philippe Coq |
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) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setStatut3 | abstract public void setStatut3(String statut)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|