| |
|
| java.lang.Object org.objectweb.jonas.jtests.beans.folder.Paper2EC2
Paper2EC2 | abstract public class Paper2EC2 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_paper2
c_id varchar(30) primarey key
c_valeur integer
c_statut integer
author: Philippe Coq |
entityContext | protected EntityContext entityContext(Code) | | |
logger | protected static Logger logger(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbHomeGetSumOfValeurs | public int ejbHomeGetSumOfValeurs() throws javax.ejb.FinderException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbSelectGetSumOfValeurs | abstract public int ejbSelectGetSumOfValeurs() throws javax.ejb.FinderException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
getValeur | abstract public int getValeur()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setValeur | abstract public void setValeur(int val)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|