Package com.oracle.coherence.jpa
package com.oracle.coherence.jpa
A JPA implementation of the Coherence CacheLoader and CacheStore interface.
Use these classes as a full load and store implementation.
It can use any JPA implementation to load and store entities to and from a data store.
Note: The persistence unit is assumed to be set to use RESOURCE_LOCAL transactions.
- Since:
- 25.03
- Author:
- jf 2024.12.04
-
ClassesClassDescriptionJpaCacheLoader<K,
V> JPA implementation of theCacheLoader
interface.JpaCacheStore<K,V> JPA implementation of theCacheStore
interface.