Interface AuthAttributeRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<AuthAttributeEntity,String>
,AbstractKeyNameEntityCustomRepository<AuthAttributeEntity,String>
,FindBeansRepositoryCustom<AuthAttributeEntity,AuthAttributeSearchBean>
- All Known Subinterfaces:
AuthAttributeRepository
- All Known Implementing Classes:
AuthAttributeRepositoryImpl
public interface AuthAttributeRepositoryCustom extends AbstractKeyNameEntityCustomRepository<AuthAttributeEntity,String>, FindBeansRepositoryCustom<AuthAttributeEntity,AuthAttributeSearchBean>
This is custom repository for working with AuthAttributeEntity- Author:
- Zorik Zaqaryan
-
-
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
-
-