Interface UserAttributeRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<UserAttributeEntity,String>
,AbstractKeyNameEntityCustomRepository<UserAttributeEntity,String>
,FindBeansRepositoryCustom<UserAttributeEntity,UserAttributeSearchBean>
- All Known Subinterfaces:
UserAttributeRepository
- All Known Implementing Classes:
UserAttributeRepositoryImpl
public interface UserAttributeRepositoryCustom extends AbstractKeyNameEntityCustomRepository<UserAttributeEntity,String>, FindBeansRepositoryCustom<UserAttributeEntity,UserAttributeSearchBean>
This is custom repository for working with UserAttributeRepository- Author:
- Sanchir Kartiev
-
-
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
-
-