Interface SysElementRepository

All Superinterfaces:
cn.herodotus.engine.data.core.repository.BaseRepository<SysElement,String>, org.springframework.data.repository.CrudRepository<SysElement,String>, org.springframework.data.jpa.repository.JpaRepository<SysElement,String>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysElement>, org.springframework.data.repository.ListCrudRepository<SysElement,String>, org.springframework.data.repository.ListPagingAndSortingRepository<SysElement,String>, org.springframework.data.repository.PagingAndSortingRepository<SysElement,String>, org.springframework.data.repository.query.QueryByExampleExecutor<SysElement>, org.springframework.data.repository.Repository<SysElement,String>

public interface SysElementRepository extends cn.herodotus.engine.data.core.repository.BaseRepository<SysElement,String>

Description: SysMenuRepository

Author:
: gengwei.zheng
Date:
: 2022/7/14 15:55
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    org.springframework.data.jpa.repository.JpaSpecificationExecutor.SpecificationFluentQuery<T extends Object>
  • Method Summary

    Methods inherited from interface cn.herodotus.engine.data.core.repository.BaseRepository

    count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOne

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    delete, deleteAll, deleteAll, deleteAllById, existsById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

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

    Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor

    delete, exists, findAll, findBy

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne