Hierarchy For Package org.springframework.data.neo4j.repository

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • java.lang.Throwable (implements java.io.Serializable)
      • java.lang.Exception
        • java.lang.RuntimeException
          • org.springframework.core.NestedRuntimeException
            • org.springframework.dao.DataAccessException
              • org.springframework.dao.NonTransientDataAccessException
                • org.springframework.dao.DataRetrievalFailureException
                  • org.springframework.dao.IncorrectResultSizeDataAccessException
                    • org.springframework.dao.EmptyResultDataAccessException

Interface Hierarchy

  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.neo4j.repository.Neo4jRepository<T,ID> (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.PagingAndSortingRepository<T,ID>)
  • org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>
    • org.springframework.data.neo4j.repository.ReactiveNeo4jRepository<T,ID> (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>)
  • org.springframework.data.repository.Repository<T,ID>
    • org.springframework.data.repository.CrudRepository<T,ID>
      • org.springframework.data.neo4j.repository.Neo4jRepository<T,ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
    • org.springframework.data.repository.PagingAndSortingRepository<T,ID>
      • org.springframework.data.neo4j.repository.Neo4jRepository<T,ID> (also extends org.springframework.data.repository.CrudRepository<T,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<T>)
    • org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>
      • org.springframework.data.neo4j.repository.ReactiveNeo4jRepository<T,ID> (also extends org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>, org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>)
    • org.springframework.data.repository.reactive.ReactiveSortingRepository<T,ID>
      • org.springframework.data.neo4j.repository.ReactiveNeo4jRepository<T,ID> (also extends org.springframework.data.repository.reactive.ReactiveCrudRepository<T,ID>, org.springframework.data.repository.query.ReactiveQueryByExampleExecutor<T>)