Community
Participate
Working Groups
Build Identifier: The property name for the cache hint javax.persistence.cacheStoreMode should be javax.persistence.cache.storeMode javax.persistence.cacheRetrieveMode should be javax.persistence.cache.retrieveMode according to the javadoc api for javax.persistence.CacheStoreMode and javax.persistence.CacheRetrieveMode The constants for both property names are declared in org.eclipse.persistence.config.QueryHint It is very confusing to use the JPA suggested property names and to see that they have no effect at all. Either both should be supported (preferable) or at least the standard names from JPA should do the Trick. Most eclipseLink users might use QueryHints.CACHE_RETRIEVE_MODE or QueryHints.CACHE_STORE_MODE but to be independent from the JPA Implementation one should use the JPA property names directly. Reproducible: Always
Javadoc JPA 2.0 Package Overview javax.persistence for the reference to the JPA property names (see Enum Summary, CacheRetrieveMode and CacheStoreMode) http://download.oracle.com/javaee/6/api/javax/persistence/package-summary.html
Setting target and priority. See the following page for the meanings of these fields: http://wiki.eclipse.org/EclipseLink/Development/Bugs/Guidelines
This got missed for 2.3.0 but is being targeted for 2.3.1. Logged Bug 349198 to add this to the known issues for 2.3.0 in the new & noteworthy page.
Fixed by Bug 340074 in 2.3.0 *** This bug has been marked as a duplicate of bug 340074 ***
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink