接口 BaseMongoRepository<E extends AbstractMongoEntity,ID extends Serializable>

所有超级接口:
org.springframework.data.repository.CrudRepository<E,ID>, org.springframework.data.repository.ListCrudRepository<E,ID>, org.springframework.data.repository.ListPagingAndSortingRepository<E,ID>, org.springframework.data.mongodb.repository.MongoRepository<E,ID>, org.springframework.data.repository.PagingAndSortingRepository<E,ID>, org.springframework.data.repository.query.QueryByExampleExecutor<E>, org.springframework.data.repository.Repository<E,ID>

public interface BaseMongoRepository<E extends AbstractMongoEntity,ID extends Serializable> extends org.springframework.data.mongodb.repository.MongoRepository<E,ID>

Description: Spring Data Mongo 基础 Repository

作者:
: gengwei.zheng
Date:
: 2023/2/26 17:07
  • 方法概要

    从接口继承的方法 org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    从接口继承的方法 org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    从接口继承的方法 org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    从接口继承的方法 org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, insert, insert

    从接口继承的方法 org.springframework.data.repository.PagingAndSortingRepository

    findAll

    从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne