+

Search Tips   |   Advanced Search

 

Avoiding ejbStore invocations on non-modified EntityBean instances

 

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

 

Overview

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:

 

Procedure



Overview of Application Server Toolkit