Interface OAuthTokenRepositoryCustom
-
- All Superinterfaces:
AbstractKeyEntityCustomRepository<OAuthTokenEntity,String>
,FindBeansRepositoryCustom<OAuthTokenEntity,OAuthSearchBean>
- All Known Subinterfaces:
OAuthTokenRepository
- All Known Implementing Classes:
OAuthTokenRepositoryImpl
public interface OAuthTokenRepositoryCustom extends AbstractKeyEntityCustomRepository<OAuthTokenEntity,String>, FindBeansRepositoryCustom<OAuthTokenEntity,OAuthSearchBean>
Custom repository for OAuthToken entity.- Author:
- Asker Kazharov
-
-
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
-
-