Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 340074 checked in


Bug 340074 - Wrong string used for Cache Store Mode and Cache Retrieve Mode query hint is incorrect

Corrected QueryHints String static constant values: CACHE_RETRIEVE_MODE and CACHE_STORE_MODE for specification compliance.

- javax.persistence.cacheRetrieveMode corrected to: javax.persistence.cache.retrieveMode
- javax.persistence.cacheStoreMode corrected to: javax.persistence.cache.storeMode
- previous cache retrieve/store mode Query Hint Strings will still function as before
- deprecation information is printed to the session log when "javax.persistence.cacheRetrieveMode" or "javax.persistence.cacheStoreMode" are used.

Testing:

- LRG & JPA LRG (Oracle & MySQL) 100%

Reviewed: Gordon

--
Oracle
David Minsky | Senior Member of Technical Staff
Phone: +1 613 2884605
Oracle Oracle Server Technologies Sustaining Engineering
ORACLE Canada | 45 O'Connor Street, Ottawa, Ontario | K1P 1A4

Green
          Oracle Oracle is committed to developing practices and products that help protect the environment

Back to the top