类 SysOwnershipService
java.lang.Object
cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysOwnership,String>
cn.herodotus.engine.supplier.upms.logic.service.hr.SysOwnershipService
- 所有已实现的接口:
cn.herodotus.stirrup.data.crud.service.JpaReadableService<SysOwnership,,String> cn.herodotus.stirrup.data.crud.service.JpaWriteableService<SysOwnership,String>
@Service
public class SysOwnershipService
extends cn.herodotus.stirrup.data.crud.service.AbstractJpaService<SysOwnership,String>
Description: 人事归属服务
- 作者:
- : gengwei.zheng
- Date:
- : 2021/7/15 16:30
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoiddeleteByDepartmentId(String departmentId) voiddeleteByEmployeeId(String employeeId) voiddeleteByOrganizationId(String organizationId) cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysOwnership, String> 从类继承的方法 cn.herodotus.stirrup.data.crud.service.AbstractJpaService
like从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage从接口继承的方法 cn.herodotus.stirrup.data.crud.service.JpaWriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
构造器详细资料
-
SysOwnershipService
-
-
方法详细资料
-
getRepository
public cn.herodotus.stirrup.data.crud.repository.BaseJpaRepository<SysOwnership,String> getRepository() -
deleteByOrganizationId
-
deleteByDepartmentId
-
deleteByEmployeeId
-
delete
-