Class CoherenceBook2Repository
java.lang.Object
- All Implemented Interfaces:
GenericRepository<Book,com.tangosol.util.UUID>
@CoherenceRepository("book2")
public abstract class CoherenceBook2Repository
extends io.micronaut.coherence.data.AbstractCoherenceRepository<Book,com.tangosol.util.UUID>
A
Repository extending AbstractCoherenceRepository to ensure this integration point is functional.- Since:
- 3.0.1
-
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
-
CoherenceBook2Repository
public CoherenceBook2Repository()
-
-
Method Details
-
findByTitleStartingWith
-