Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaCustomer
Packages that use JpaCustomer
Package
Description
- 
Uses of JpaCustomer in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return JpaCustomerMethods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type JpaCustomer - 
Uses of JpaCustomer in com.broadleafcommerce.customer.provider.jpa.messaging.search
Methods in com.broadleafcommerce.customer.provider.jpa.messaging.search with parameters of type JpaCustomerModifier and TypeMethodDescriptionprotected 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 JpaCustomerModifier and TypeInterfaceDescriptioninterfaceJpaCustomerRepository<D extends JpaCustomer>classJpaCustomizedCustomerRepository<D extends JpaCustomer>