Class CoherenceAsyncBookRepository
java.lang.Object
- All Implemented Interfaces:
GenericRepository<Book,com.tangosol.util.UUID>
@CoherenceRepository("book")
public abstract class CoherenceAsyncBookRepository
extends io.micronaut.coherence.data.AbstractCoherenceAsyncRepository<Book,com.tangosol.util.UUID>
A
Repository extending AbstractCoherenceAsyncRepository to ensure this integration point
is functional.-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.repository.AbstractRepositoryBase
com.oracle.coherence.repository.AbstractRepositoryBase.Listener<T>, com.oracle.coherence.repository.AbstractRepositoryBase.MapListenerAdapter<ID,T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CompletableFuture<List<Book>> findByTitleStartingWith(String keyword) Methods inherited from class io.micronaut.coherence.data.AbstractCoherenceAsyncRepository
getEntityType, getEntityTypeInternal, getId, getIdInternal, getMap, getMapInternal, remove, saveMethods inherited from class com.oracle.coherence.repository.AbstractAsyncRepository
average, average, average, average, average, average, average, average, count, count, distinct, distinct, exists, get, get, getAll, getAll, getAll, getAll, getAll, getAll, getAll, getAll, getAll, getAll, getAll, getAll, getAllOrderedBy, getAllOrderedBy, getAllOrderedBy, getAllOrderedBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, groupBy, max, max, max, max, max, max, max, max, max, max, maxBy, maxBy, min, min, min, min, min, min, min, min, min, min, minBy, minBy, remove, removeAll, removeAll, removeAll, removeAll, removeAll, removeAll, removeAllById, removeAllById, removeById, removeById, saveAll, saveAll, sum, sum, sum, sum, sum, sum, sum, sum, top, top, top, top, topBy, topBy, topBy, topBy, update, update, update, update, update, update, updateAll, updateAll, updateAllMethods inherited from class com.oracle.coherence.repository.AbstractRepositoryBase
addListener, addListener, addListener, createIndices, ensureInitialized, instantiateMapListener, listener, removeListener, removeListener, removeListener
-
Constructor Details
-
CoherenceAsyncBookRepository
public CoherenceAsyncBookRepository()
-
-
Method Details
-
findByTitleStartingWith
-