Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccount
Packages that use JpaAccount
Package
Description
- 
Uses of JpaAccount in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return JpaAccountMethods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type JpaAccount - 
Uses of JpaAccount in com.broadleafcommerce.customer.provider.jpa.repository
Classes in com.broadleafcommerce.customer.provider.jpa.repository with type parameters of type JpaAccountModifier and TypeInterfaceDescriptioninterfaceJpaAccountRepository<D extends JpaAccount>JPA domain-specific implementation ofAccountRepository.