Package com.oracle.coherence.spring.data.repository
Coherence repository support.
- Since:
- 3.0
- Author:
- Ryan Lubke
-
Interface Summary Interface Description AsyncCrudRepository<T,ID> Asynchronous version ofCrudRepository
.CoherenceAsyncRepository<T,ID> Coherence-specific asynchronous repository interface.CoherenceRepository<T,ID> Coherence-specificRepository
interface.ListenerSupport<T,ID> Common interface for repositories wishing to expose Coherence-based events. -
Class Summary Class Description BackingAsyncRepository<T,ID> BackingRepository<T,ID> The BackingRepository is a Coherence Repository backing Coherence-based Spring repositories.