Class CoherenceBookRepository

java.lang.Object
com.oracle.coherence.repository.AbstractRepositoryBase<com.tangosol.util.UUID,Book,com.tangosol.net.NamedMap<com.tangosol.util.UUID,Book>>
com.oracle.coherence.repository.AbstractRepository<com.tangosol.util.UUID,Book>
io.micronaut.coherence.data.AbstractCoherenceRepository<Book,com.tangosol.util.UUID>
io.micronaut.coherence.data.repositories.CoherenceBookRepository
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract List<Book>
     

    Methods inherited from class io.micronaut.coherence.data.AbstractCoherenceRepository

    getEntityType, getEntityTypeInternal, getId, getIdInternal, getMap, getMapInternal, remove, save

    Methods 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, updateAll

    Methods inherited from class com.oracle.coherence.repository.AbstractRepositoryBase

    addListener, addListener, addListener, createIndices, ensureInitialized, instantiateMapListener, listener, removeListener, removeListener, removeListener

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CoherenceBookRepository

      public CoherenceBookRepository()
  • Method Details

    • findByTitleStartingWith

      public abstract List<Book> findByTitleStartingWith(String keyword)