Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaCustomer
-
-
Uses of JpaCustomer in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return JpaCustomer Modifier and Type Method Description JpaCustomerJpaSegmentMember. getCustomer()Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type JpaCustomer Modifier and Type Method Description voidJpaSegmentMember. setCustomer(JpaCustomer customer) -
Uses of JpaCustomer in com.broadleafcommerce.customer.provider.jpa.messaging.search
Methods in com.broadleafcommerce.customer.provider.jpa.messaging.search with parameters of type JpaCustomer Modifier and Type Method Description protected CustomerSingleIndexRequestPayloadJpaCustomerSingleIndexRequestMessageBuilder. buildPayload(JpaCustomer entity) -
Uses of JpaCustomer in com.broadleafcommerce.customer.provider.jpa.repository
Classes in com.broadleafcommerce.customer.provider.jpa.repository with type parameters of type JpaCustomer Modifier and Type Interface Description interfaceJpaCustomerRepository<D extends JpaCustomer>classJpaCustomizedCustomerRepository<D extends JpaCustomer>
-