Chapter 8 Creating J2EE Applications for BEA WebLogic
WebLogic Server reads and writes the persistent fields of entity EJBs using calls to ejbLoad() and ejbStore(). By default, WebLogic Server calls ejbLoad() and ejbStore() in the following manner:
This simple process of calling ejbLoad() and ejbStore() ensures that new transactions always use the latest version of the EJB's persistent data, and always write the data back to the data store upon committing. In certain circumstances, however, you may want to limit calls to ejbLoad() and ejbStore() for performance reasons. Alternatively, you may want to call ejbStore() more frequently to view the intermediate results of uncommitted transactions.
WebLogic Server provides several deployment parameters that enable you to configure ejbLoad() and ejbStore() behavior.
Copyright (C) 2005. Sybase Inc. All rights reserved. |
![]() |