Class CoherenceAsyncBookRepository

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

    Modifier and Type
    Method
    Description
     

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

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

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

    • CoherenceAsyncBookRepository

      public CoherenceAsyncBookRepository()
  • Method Details