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 JpaAccountRoleJpaAccountMember. getRole()Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type JpaAccountRole Modifier and Type Method Description voidJpaAccountMember. 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 interfaceJpaAccountRoleRepository<D extends JpaAccountRole>JPA domain-specific implementation ofAccountRoleRepository.classJpaCustomizedAccountRoleRepository<D extends JpaAccountRole>Specialized implementation ofJpaAccountRoleRepository.
-