Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-beta-1, 3.0-beta-2, 3.0
-
None
Description
Any of the following javax.ejb.EntityBean methods will be implemented automatically in the generated subclass if left un-implemented in the CMP2 bean class:
void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException;
void ejbLoad() throws javax.ejb.EJBException, java.rmi.RemoteException;
void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException;
void ejbRemove() throws javax.ejb.RemoveException, javax.ejb.EJBException, java.rmi.RemoteException;
void ejbStore() throws javax.ejb.EJBException, java.rmi.RemoteException;
void setEntityContext(javax.ejb.EntityContext entityContext) throws javax.ejb.EJBException, java.rmi.RemoteException;
void unsetEntityContext() throws javax.ejb.EJBException, java.rmi.RemoteException;