Package org.openiam.esb.repository
Interface AuthResourceAttributeMapRepository
-
- All Superinterfaces:
AbstractEntityRepository<AuthResourceAttributeMapEntity,String>,AbstractKeyEntityCustomRepository<AuthResourceAttributeMapEntity,String>,AbstractKeyEntityRepository<AuthResourceAttributeMapEntity,String>,AbstractKeyNameEntityCustomRepository<AuthResourceAttributeMapEntity,String>,AbstractKeyNameEntityRepository<AuthResourceAttributeMapEntity,String>,AuthResourceAttributeMapRepositoryCustom,org.springframework.data.repository.CrudRepository<AuthResourceAttributeMapEntity,String>,FindBeansRepositoryCustom<AuthResourceAttributeMapEntity,AuthResourceAttributeMapSearchBean>,org.springframework.data.jpa.repository.JpaRepository<AuthResourceAttributeMapEntity,String>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<AuthResourceAttributeMapEntity>,org.springframework.data.repository.PagingAndSortingRepository<AuthResourceAttributeMapEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<AuthResourceAttributeMapEntity>,org.springframework.data.repository.Repository<AuthResourceAttributeMapEntity,String>
@Repository public interface AuthResourceAttributeMapRepository extends AbstractKeyNameEntityRepository<AuthResourceAttributeMapEntity,String>, AuthResourceAttributeMapRepositoryCustom
Repository working withAuthResourceAttributeMapEntity- Author:
- Viacheslav Gnenny
-
-
Method Summary
-
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.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
-
-