Removed
Methods
|
void
ejbCreate
(Long, String) |
@param aUsersId Long |
void
ejbPostCreate
(Long,
String) |
ejbPostCreate method for a CMP entity bean |
EntityContext
getEntityContext
()
|
getEntityContext method comment |
void
setEntityContext
(EntityContext )
|
setEntityContext method comment |
void
unsetEntityContext
()
|
unsetEntityContext method comment |
Changed
Methods
|
void
ejbActivate
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Initializes the mapping of the fields in the object to the
columns of the table. |
void
ejbLoad
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Loads the data from a particular record in the table to the
fields in the object. |
void
ejbRemove
()
|
Change in exceptions thrown from
(RemoteException, RemoveException ) to
RemoveException .
|
Removes the record the current object represents from the
table. |
void
ejbStore
()
|
Change in exceptions thrown from
RemoteException to no exceptions.
|
Stores the information in the current object to a record in
the table. |