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
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface com.broadleafcommerce.auth.client.repository.OAuthClientRegistrationRepository
findAll, findAllByTenantId, findByIdAndTenantId, findByRegistrationIdAndTenantId
-
Method Details
-
getDomainType
- Specified by:
getDomainType
in interfacecom.broadleafcommerce.common.extension.DomainTypeAware
-