Package com.epam.ta.reportportal.dao
Interface OAuthRegistrationRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<OAuthRegistration,java.lang.String>,org.springframework.data.jpa.repository.JpaRepository<OAuthRegistration,java.lang.String>,OAuthRegistrationRepositoryCustom,org.springframework.data.repository.PagingAndSortingRepository<OAuthRegistration,java.lang.String>,org.springframework.data.repository.query.QueryByExampleExecutor<OAuthRegistration>,ReportPortalRepository<OAuthRegistration,java.lang.String>,org.springframework.data.repository.Repository<OAuthRegistration,java.lang.String>
public interface OAuthRegistrationRepository extends ReportPortalRepository<OAuthRegistration,java.lang.String>, OAuthRegistrationRepositoryCustom
-
-
Method Summary
-
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
-
-