Class SysAttributeService
java.lang.Object
cn.herodotus.engine.data.core.service.BaseService<SysAttribute,String>
cn.herodotus.engine.supplier.upms.logic.service.security.SysAttributeService
- All Implemented Interfaces:
cn.herodotus.engine.data.core.service.ReadableService<SysAttribute,,String> cn.herodotus.engine.data.core.service.WriteableService<SysAttribute,String>
@Service
public class SysAttributeService
extends cn.herodotus.engine.data.core.service.BaseService<SysAttribute,String>
Description: SysAttributeService
- Author:
- : gengwei.zheng
- Date:
- : 2021/8/4 6:48
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAllByServiceId(String serviceId) findByAttributeIdIn(List<String> ids) cn.herodotus.engine.data.core.repository.BaseRepository<SysAttribute,String> Methods inherited from class cn.herodotus.engine.data.core.service.BaseService
likeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cn.herodotus.engine.data.core.service.ReadableService
count, count, existsById, findAll, findAll, findAll, findAll, findById, findByPage, findByPage, findByPage, findByPage, findByPage, findByPage, findByPageMethods inherited from interface cn.herodotus.engine.data.core.service.WriteableService
delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, flush, save, saveAll, saveAllAndFlush, saveAndFlush
-
Constructor Details
-
SysAttributeService
-
-
Method Details
-
getRepository
-
assign
-
findAllByServiceId
-
findByAttributeIdIn
-