Uses of Interface
com.broadleafcommerce.customer.repository.CustomizedSegmentMemberRepository
-
Packages that use CustomizedSegmentMemberRepository Package Description com.broadleafcommerce.customer.provider.jpa.repository com.broadleafcommerce.customer.repository -
-
Uses of CustomizedSegmentMemberRepository in com.broadleafcommerce.customer.provider.jpa.repository
Subinterfaces of CustomizedSegmentMemberRepository in com.broadleafcommerce.customer.provider.jpa.repository Modifier and Type Interface Description interfaceJpaSegmentMemberRepository<D extends JpaSegmentMember>Classes in com.broadleafcommerce.customer.provider.jpa.repository that implement CustomizedSegmentMemberRepository Modifier and Type Class Description classJpaCustomizedSegmentMemberRepository<D extends JpaSegmentMember> -
Uses of CustomizedSegmentMemberRepository in com.broadleafcommerce.customer.repository
Subinterfaces of CustomizedSegmentMemberRepository in com.broadleafcommerce.customer.repository Modifier and Type Interface Description interfaceSegmentMemberRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>Repository for managing customer/segment relationships.
-