Uses of Class
com.broadleafcommerce.cart.provider.jpa.domain.JpaGuestToken
Packages that use JpaGuestToken
-
Uses of JpaGuestToken in com.broadleafcommerce.cart.provider.jpa.repository
Classes in com.broadleafcommerce.cart.provider.jpa.repository with type parameters of type JpaGuestTokenModifier and TypeInterfaceDescriptioninterface
JpaGuestTokenRepository<D extends JpaGuestToken>
JPA implementation ofGuestTokenRepository
.