Hierarchy For Package com.oracle.coherence.spring.data.repository

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.oracle.coherence.repository.AbstractRepositoryBase<ID,​T,​M>
      • com.oracle.coherence.repository.AbstractAsyncRepository<ID,​T>
      • com.oracle.coherence.repository.AbstractRepository<ID,​T>

Interface Hierarchy

  • com.oracle.coherence.spring.data.repository.ListenerSupport<T,​ID>
    • com.oracle.coherence.spring.data.repository.CoherenceAsyncRepository<T,​ID> (also extends com.oracle.coherence.spring.data.repository.AsyncCrudRepository<T,​ID>)
    • com.oracle.coherence.spring.data.repository.CoherenceRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
  • org.springframework.data.repository.Repository<T,​ID>
    • com.oracle.coherence.spring.data.repository.AsyncCrudRepository<T,​ID>
    • org.springframework.data.repository.CrudRepository<T,​ID>
      • org.springframework.data.repository.PagingAndSortingRepository<T,​ID>