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 CustomerSingleIndexRequestPayload
JpaCustomerSingleIndexRequestMessageBuilder.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 TypeInterfaceDescriptioninterface
JpaCustomerRepository<D extends JpaCustomer>
class
JpaCustomizedCustomerRepository<D extends JpaCustomer>