Class CoherenceBookRepository
java.lang.Object
- All Implemented Interfaces:
GenericRepository<Book,com.tangosol.util.UUID>
@CoherenceRepository("book")
public abstract class CoherenceBookRepository
extends io.micronaut.coherence.data.AbstractCoherenceRepository<Book,com.tangosol.util.UUID>
A
Repository extending AbstractCoherenceRepository 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
Methods inherited from class io.micronaut.coherence.data.AbstractCoherenceRepository
getEntityType, getEntityTypeInternal, getId, getIdInternal, getMap, getMapInternal, remove, saveMethods inherited from class com.oracle.coherence.repository.AbstractRepository
average, average, average, average, average, average, average, average, count, count, distinct, distinct, exists, get, get, 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, stream, stream, stream, 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
-
CoherenceBookRepository
public CoherenceBookRepository()
-
-
Method Details
-
findByTitleStartingWith
-