Uses of Interface
com.oracle.coherence.spring.cachestore.JpaRepositoryCacheLoader
-
Packages that use JpaRepositoryCacheLoader Package Description com.oracle.coherence.spring.cachestore Provides Cache Store support. -
-
Uses of JpaRepositoryCacheLoader in com.oracle.coherence.spring.cachestore
Subinterfaces of JpaRepositoryCacheLoader in com.oracle.coherence.spring.cachestore Modifier and Type Interface Description interface
JpaRepositoryCacheStore<T,ID>
A generic Spring JPACacheStore
that extends a SpringJpaRepository
for the database operations.
-