Uses of Class
com.broadleafcommerce.catalog.provider.jpa.domain.JpaAttribute
Packages that use JpaAttribute
Package
Description
-
Uses of JpaAttribute in com.broadleafcommerce.catalog.provider.jpa.domain.category
Methods in com.broadleafcommerce.catalog.provider.jpa.domain.category that return types with arguments of type JpaAttributeMethod parameters in com.broadleafcommerce.catalog.provider.jpa.domain.category with type arguments of type JpaAttributeModifier and TypeMethodDescriptionvoidJpaCategory.setAttributes(Map<String, JpaAttribute> attributes) -
Uses of JpaAttribute in com.broadleafcommerce.catalog.provider.jpa.domain.product
Methods in com.broadleafcommerce.catalog.provider.jpa.domain.product that return types with arguments of type JpaAttributeMethod parameters in com.broadleafcommerce.catalog.provider.jpa.domain.product with type arguments of type JpaAttributeModifier and TypeMethodDescriptionvoidJpaProduct.setAttributes(Map<String, JpaAttribute> attributes) voidJpaVariant.setAttributes(Map<String, JpaAttribute> attributes)