Interface MongoDBCategoryDAO

  • All Superinterfaces:
    CategoryDAO, org.springframework.data.repository.CrudRepository<Category,​String>, org.springframework.data.mongodb.repository.MongoRepository<Category,​String>, org.springframework.data.repository.PagingAndSortingRepository<Category,​String>, org.springframework.data.repository.query.QueryByExampleExecutor<Category>, org.springframework.data.repository.Repository<Category,​String>

    public interface MongoDBCategoryDAO
    extends CategoryDAO, org.springframework.data.mongodb.repository.MongoRepository<Category,​String>