Package org.openiam.esb.repository
Interface ResourceRepository
-
- All Superinterfaces:
AbstractEntityRepository<ResourceEntity,String>
,AbstractKeyEntityCustomRepository<ResourceEntity,String>
,AbstractKeyEntityRepository<ResourceEntity,String>
,AbstractKeyNameEntityCustomRepository<ResourceEntity,String>
,AbstractKeyNameEntityRepository<ResourceEntity,String>
,AbstractMetadataTypeRepository<ResourceEntity,String>
,AbstractMetadataTypeRepositoryCustom<ResourceEntity,String>
,org.springframework.data.repository.CrudRepository<ResourceEntity,String>
,EvictableCustomRepository<ResourceEntity>
,FindBeansRepositoryCustom<ResourceEntity,ResourceSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<ResourceEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<ResourceEntity>
,org.springframework.data.repository.PagingAndSortingRepository<ResourceEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<ResourceEntity>
,org.springframework.data.repository.Repository<ResourceEntity,String>
,ResourceRepositoryCustom
@Repository public interface ResourceRepository extends AbstractMetadataTypeRepository<ResourceEntity,String>, ResourceRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteByReferenceIdIn(List<String> referenceIdList)
List<ResourceEntity>
findAllByNameInAndResourceTypeId(Set<String> names, String resourceTypeId)
List<String>
getAllIds()
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.openiam.esb.repository.custom.EvictableCustomRepository
evict, evict, evict
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Methods inherited from interface org.openiam.esb.repository.custom.ResourceRepositoryCustom
findForSynchronizationRequest
-
-
-
-
Method Detail
-
findAllByNameInAndResourceTypeId
List<ResourceEntity> findAllByNameInAndResourceTypeId(Set<String> names, String resourceTypeId)
-
-