Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaAttribute
-
Packages that use JpaAttribute Package Description com.broadleafcommerce.customer.provider.jpa.domain -
-
Uses of JpaAttribute in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return types with arguments of type JpaAttribute Modifier and Type Method Description Map<String,JpaAttribute>
JpaAccount. getAttributes()
Method parameters in com.broadleafcommerce.customer.provider.jpa.domain with type arguments of type JpaAttribute Modifier and Type Method Description void
JpaAccount. setAttributes(Map<String,JpaAttribute> attributes)
-