Interface AuthResourceAttributeMapRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<AuthResourceAttributeMapEntity,String>
,AbstractKeyNameEntityCustomRepository<AuthResourceAttributeMapEntity,String>
,FindBeansRepositoryCustom<AuthResourceAttributeMapEntity,AuthResourceAttributeMapSearchBean>
- All Known Subinterfaces:
AuthResourceAttributeMapRepository
- All Known Implementing Classes:
AuthResourceAttributeMapRepositoryImpl
public interface AuthResourceAttributeMapRepositoryCustom extends AbstractKeyNameEntityCustomRepository<AuthResourceAttributeMapEntity,String>, FindBeansRepositoryCustom<AuthResourceAttributeMapEntity,AuthResourceAttributeMapSearchBean>
This is repository for working with AuthResourceAttributeMapEntity- Author:
- Viacheslav Gnenny
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
-