Interface JpaOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity,I extends JpaOAuth2AuthorizedClientEntityId>

Type Parameters:
D - a type extending JpaOAuth2AuthorizedClientEntity
I - a type extending JpaOAuth2AuthorizedClientEntityId
All Superinterfaces:
org.springframework.data.repository.CrudRepository<D,I>, CustomizedOAuth2AuthorizedClientEntityRepository<D>, com.broadleafcommerce.common.extension.DomainTypeAware, OAuth2AuthorizedClientEntityRepository<D,I>, org.springframework.data.repository.Repository<D,I>

@Repository @Narrow(com.broadleafcommerce.data.tracking.jpa.filtering.narrow.JpaNarrowExecutor.class) public interface JpaOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity,I extends JpaOAuth2AuthorizedClientEntityId> extends OAuth2AuthorizedClientEntityRepository<D,I>
JPA-specific implementation of OAuth2AuthorizedClientEntityRepository.