Interface JpaOAuthClientRegistrationRepository<D extends JpaOAuthClientRegistration>
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,String>
,com.broadleafcommerce.common.extension.DomainTypeAware
,OAuthClientRegistrationRepository<D>
,org.springframework.data.repository.Repository<D,String>
@Repository @Narrow(com.broadleafcommerce.data.tracking.jpa.filtering.narrow.JpaNarrowExecutor.class) public interface JpaOAuthClientRegistrationRepository<D extends JpaOAuthClientRegistration> extends OAuthClientRegistrationRepository<D>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<D>
getDomainType()
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
Methods inherited from interface com.broadleafcommerce.auth.client.repository.OAuthClientRegistrationRepository
findAll, findAllByTenantId, findByIdAndTenantId, findByRegistrationIdAndTenantId
-
-