接口 SysOrganizationRepository
- 所有超级接口:
cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysOrganization,,String> org.springframework.data.repository.CrudRepository<SysOrganization,,String> org.springframework.data.jpa.repository.JpaRepository<SysOrganization,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysOrganization>,org.springframework.data.repository.ListCrudRepository<SysOrganization,,String> org.springframework.data.repository.ListPagingAndSortingRepository<SysOrganization,,String> org.springframework.data.repository.PagingAndSortingRepository<SysOrganization,,String> org.springframework.data.repository.query.QueryByExampleExecutor<SysOrganization>,org.springframework.data.repository.Repository<SysOrganization,String>
public interface SysOrganizationRepository
extends cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysOrganization,String>
Description: 单位管理Repository
- 作者:
- : gengwei.zheng
- Date:
- : 2020/1/20 11:37
-
方法概要
从接口继承的方法 cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findById, findOne从接口继承的方法 org.springframework.data.repository.CrudRepository
delete, deleteAll, deleteAll, deleteAllById, existsById, 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
delete, exists, findBy从接口继承的方法 org.springframework.data.repository.ListCrudRepository
findAllById, saveAll从接口继承的方法 org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
方法详细资料
-
findByCategory
根据组织分类查询组织- 参数:
category- 组织分类OrganizationCategory- 返回:
- 组织列表
-