Removed Methods | |
EntityContext
getEntityContext
() |
getEntityContext method comment |
void
setEntityContext
(EntityContext ) |
setEntityContext method comment |
void
unsetEntityContext
() |
unsetEntityContext method comment |
Changed Methods | ||
OrderPaymentInfoKey
ejbCreate
(Long, String |
Change in return type from void to
OrderPaymentInfoKey .Change in signature from void to (Long, String, String,
boolean ).Change in exceptions: RemoteException was removed.
FinderException , NamingException were
added. |
@return void |
void
ejbLoad
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbLoad method comment |
void
ejbPostCreate
(Long, String |
Change in signature from void to
(Long, String, String, boolean ).Change in exceptions thrown from RemoteException to no
exceptions. |
ejbPostCreate method for a CMP entity bean |
void
ejbStore
() |
Change in exceptions thrown from
RemoteException to no exceptions. |
ejbStore method comment |