程序包 cn.xisoil.dao

接口 DateAnalysisRepository

所有超级接口:
org.springframework.data.repository.CrudRepository<DateAnalysis,String>, org.springframework.data.jpa.repository.JpaRepository<DateAnalysis,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<DateAnalysis>, org.springframework.data.repository.ListCrudRepository<DateAnalysis,String>, org.springframework.data.repository.ListPagingAndSortingRepository<DateAnalysis,String>, org.springframework.data.repository.PagingAndSortingRepository<DateAnalysis,String>, org.springframework.data.repository.query.QueryByExampleExecutor<DateAnalysis>, org.springframework.data.repository.Repository<DateAnalysis,String>, YueRepository<DateAnalysis,String>

@Repository public interface DateAnalysisRepository extends YueRepository<DateAnalysis,String>
  • 方法概要

    修饰符和类型
    方法
    说明
     
     

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

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

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

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush

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

    count, delete, exists, findAll, findAll, findAll, findBy, findOne

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

    findAll, findAllById, saveAll

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

    findAll

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

    findAll

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

    count, exists, findAll, findBy, findOne

    从接口继承的方法 cn.xisoil.dao.utils.YueRepository

    deleteAllByIdIn, findTopByIdNotNull