Uses of Class
com.broadleafcommerce.customer.provider.jpa.domain.JpaAccount
-
Packages that use JpaAccount Package Description com.broadleafcommerce.customer.provider.jpa.domain com.broadleafcommerce.customer.provider.jpa.repository -
-
Uses of JpaAccount in com.broadleafcommerce.customer.provider.jpa.domain
Methods in com.broadleafcommerce.customer.provider.jpa.domain that return JpaAccount Modifier and Type Method Description JpaAccount
JpaAccountAddress. getAccount()
Methods in com.broadleafcommerce.customer.provider.jpa.domain with parameters of type JpaAccount Modifier and Type Method Description void
JpaAccountAddress. setAccount(JpaAccount account)
-
Uses of JpaAccount in com.broadleafcommerce.customer.provider.jpa.repository
Classes in com.broadleafcommerce.customer.provider.jpa.repository with type parameters of type JpaAccount Modifier and Type Interface Description interface
JpaAccountRepository<D extends JpaAccount>
JPA domain-specific implementation ofAccountRepository
.
-