Hierarchy For Package app.commerceio.spring.data.search.mongodb

Class Hierarchy

  • java.lang.Object
    • org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
    • app.commerceio.spring.data.search.mongodb.CriteriaBuilder
    • app.commerceio.spring.data.search.mongodb.SearchBuilder
    • app.commerceio.spring.data.search.mongodb.SearchConfiguration
    • app.commerceio.spring.data.search.mongodb.SearchCriteria
    • app.commerceio.spring.data.search.mongodb.SearchCriteria.SearchCriteriaBuilder
    • org.springframework.data.mongodb.repository.support.SimpleMongoRepository<T,​ID> (implements org.springframework.data.mongodb.repository.MongoRepository<T,​ID>)

Interface Hierarchy

  • org.springframework.data.repository.query.QueryByExampleExecutor<T>
    • org.springframework.data.mongodb.repository.MongoRepository<T,​ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T,​ID>)
  • org.springframework.data.repository.Repository<T,​ID>
    • org.springframework.data.repository.CrudRepository<T,​ID>
      • org.springframework.data.repository.PagingAndSortingRepository<T,​ID>
        • org.springframework.data.mongodb.repository.MongoRepository<T,​ID> (also extends org.springframework.data.repository.query.QueryByExampleExecutor<T>)