+

Search Tips   |   Advanced Search

Avoiding ejbStore invocations on non-modified EntityBean instances


Configure the EntityBean instances to bypass an invocation of the ejbStore method if they have not been modified during the current transaction.

There are two options available for indicating that a particular EJB type should only have its ejbStore method invoked if the bean has been modified during the current transaction:

 


Assembly tools

 

Related information


Overview of Application Server Toolkit