For each
ejbCreate
method, you must write an ejbPostCreate
method in the entity bean class. The EJB container invokes ejbPostCreate
immediately after it calls ejbCreate
. Unlike theejbCreate
method, the ejbPostCreate
method can invoke the getPrimaryKey
and getEJBObject
methods of the EntityContext
interface. For more information on the getEJBObject
method. Often, your ejbPostCreate
methods will be empty.
No comments:
Post a Comment