Package com.epam.ta.reportportal.dao
Interface OAuthRegistrationRestrictionRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<OAuthRegistrationRestriction,java.lang.Long>,org.springframework.data.jpa.repository.JpaRepository<OAuthRegistrationRestriction,java.lang.Long>,OAuthRegistrationRestrictionRepositoryCustom,org.springframework.data.repository.PagingAndSortingRepository<OAuthRegistrationRestriction,java.lang.Long>,org.springframework.data.repository.query.QueryByExampleExecutor<OAuthRegistrationRestriction>,ReportPortalRepository<OAuthRegistrationRestriction,java.lang.Long>,org.springframework.data.repository.Repository<OAuthRegistrationRestriction,java.lang.Long>
public interface OAuthRegistrationRestrictionRepository extends ReportPortalRepository<OAuthRegistrationRestriction,java.lang.Long>, OAuthRegistrationRestrictionRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<OAuthRegistrationRestriction>findByRegistrationId(java.lang.String id)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findOne
-
Methods inherited from interface com.epam.ta.reportportal.dao.ReportPortalRepository
exists, refresh
-
-
-
-
Method Detail
-
findByRegistrationId
java.util.List<OAuthRegistrationRestriction> findByRegistrationId(java.lang.String id)
-
-