Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccountRole
-
Packages that use JpaAccountRole Package Description com.broadleafcommerce.customer.provider.jpa.domain com.broadleafcommerce.customer.provider.jpa.repository -
-
Uses of JpaAccountRole in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return JpaAccountRole Modifier and Type Method Description JpaAccountRole
JpaAccountMember. getRole()
Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type JpaAccountRole Modifier and Type Method Description void
JpaAccountMember. setRole(JpaAccountRole role)
-
Uses of JpaAccountRole in com.broadleafcommerce.customer.provider.jpa.repository
Classes in com.broadleafcommerce.customer.provider.jpa.repository with type parameters of type JpaAccountRole Modifier and Type Interface Description interface
JpaAccountRoleRepository<D extends JpaAccountRole>
JPA domain-specific implementation ofAccountRoleRepository
.class
JpaCustomizedAccountRoleRepository<D extends JpaAccountRole>
Specialized implementation ofJpaAccountRoleRepository
.
-