Interface SysAttributeRepository
- All Superinterfaces:
BaseJpaRepository<SysAttribute,,String> org.springframework.data.repository.CrudRepository<SysAttribute,,String> org.springframework.data.jpa.repository.JpaRepository<SysAttribute,,String> org.springframework.data.jpa.repository.JpaSpecificationExecutor<SysAttribute>,org.springframework.data.repository.ListCrudRepository<SysAttribute,,String> org.springframework.data.repository.ListPagingAndSortingRepository<SysAttribute,,String> org.springframework.data.repository.PagingAndSortingRepository<SysAttribute,,String> org.springframework.data.repository.query.QueryByExampleExecutor<SysAttribute>,org.springframework.data.repository.Repository<SysAttribute,String>
Description: SysAttributeRepository
- Author:
- : gengwei.zheng
- Date:
- : 2021/8/4 6:48
-
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
Modifier and TypeMethodDescriptionfindAllByServiceId(String serviceId) findByAttributeIdIn(List<String> ids) Methods inherited from interface cn.herodotus.engine.data.core.jpa.repository.BaseJpaRepository
count, count, deleteById, findAll, findAll, findAll, findAll, findAll, findAll, findAllById, findById, findOne, getReferenceByIdMethods inherited from interface org.springframework.data.repository.CrudRepository
delete, deleteAll, deleteAll, deleteAllById, existsById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
delete, exists, findAll, findByMethods inherited from interface org.springframework.data.repository.ListCrudRepository
saveAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findByAttributeIdIn
-
findAllByServiceId
-