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 interface
JpaSegmentMemberRepository<D extends JpaSegmentMember>
Classes in com.broadleafcommerce.customer.provider.jpa.repository that implement CustomizedSegmentMemberRepository Modifier and Type Class Description class
JpaCustomizedSegmentMemberRepository<D extends JpaSegmentMember>
-
Uses of CustomizedSegmentMemberRepository in com.broadleafcommerce.customer.repository
Subinterfaces of CustomizedSegmentMemberRepository in com.broadleafcommerce.customer.repository Modifier and Type Interface Description interface
SegmentMemberRepository<D extends com.broadleafcommerce.data.tracking.core.Trackable>
Repository for managing customer/segment relationships.
-