Uses of Interface
com.broadleafcommerce.customer.repository.CustomizedAccountRoleRepository
-
Packages that use CustomizedAccountRoleRepository Package Description com.broadleafcommerce.customer.provider.jpa.repository com.broadleafcommerce.customer.repository -
-
Uses of CustomizedAccountRoleRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of CustomizedAccountRoleRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interface
JpaAccountRoleRepository<D extends JpaAccountRole>
JPA domain-specific implementation ofAccountRoleRepository
.Classes in com.broadleafcommerce.customer.provider.jpa.repository that implement CustomizedAccountRoleRepository Modifier and Type Class Description class
JpaCustomizedAccountRoleRepository<D extends JpaAccountRole>
Specialized implementation ofJpaAccountRoleRepository
. -
Uses of CustomizedAccountRoleRepository in com.broadleafcommerce.customer.repository
Subinterfaces of CustomizedAccountRoleRepository in com.broadleafcommerce.customer.repository Modifier and Type Interface Description interface
AccountRoleRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>
Repository for persisted counterparts ofAccountRole
.
-