Interface SysPermissionRepository

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

public interface SysPermissionRepository extends cn.herodotus.engine.data.core.repository.BaseRepository<SysPermission,String>
  • 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, 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