CMP finder methods and caching

Deepak Saini <[email protected]> Thu, 3 Feb 2005 18:30:21 +0530
Newsgroups gmane.comp.java.sun.ejb.general
Message-ID <D01F282233691540BE2AEF12F595B3F3070A93@APAXM2102.dir.svc.accenture.com>
Hi everyone,

I am working on a task which requires creating a cache(using hashtables
probably) so that the components donot need to invoke the finder methods
of the CMP beans all the time.

Reason for doing this:

1. the finders cannot utilize CMP cache because there are not
findByPrimaryKey
2. a large number of calls are being made to these finder methods.

Query:

1. Is it correct that we cannot have CMP cache because these finders are
not  findByPrimaryKey?
2. If I create cache, is there any mechanism to make sure that the cache
information is not inconsistent with the database?

Regards
Deepak



This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.

===========================================================================
To unsubscribe, send email to [email protected] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[email protected] and include in the body of the message "help".