Uses of Class
com.broadleafcommerce.auth.client.provider.jpa.domain.JpaOAuth2AuthorizedClientEntity
Packages that use JpaOAuth2AuthorizedClientEntity
-
Uses of JpaOAuth2AuthorizedClientEntity in com.broadleafcommerce.auth.client.provider.jpa.repository
Classes in com.broadleafcommerce.auth.client.provider.jpa.repository with type parameters of type JpaOAuth2AuthorizedClientEntityModifier and TypeClassDescriptionclassDefault implementation ofCustomizedOAuth2AuthorizedClientEntityRepositoryfor JPA.interfaceJpaOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity,I extends JpaOAuth2AuthorizedClientEntityId> JPA-specific implementation ofOAuth2AuthorizedClientEntityRepository.