Class JpaCustomizedOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity>

java.lang.Object
com.broadleafcommerce.auth.client.provider.jpa.repository.JpaCustomizedOAuth2AuthorizedClientEntityRepository<D>
All Implemented Interfaces:
CustomizedOAuth2AuthorizedClientEntityRepository<D>

public class JpaCustomizedOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity> extends Object implements CustomizedOAuth2AuthorizedClientEntityRepository<D>
Default implementation of CustomizedOAuth2AuthorizedClientEntityRepository for JPA.