Uses of Class
com.broadleafcommerce.creditaccount.provider.jpa.domain.JpaCreditAccount
Packages that use JpaCreditAccount
Package
Description
-
Uses of JpaCreditAccount in com.broadleafcommerce.creditaccount.provider.jpa.autoconfigure
Methods in com.broadleafcommerce.creditaccount.provider.jpa.autoconfigure that return types with arguments of type JpaCreditAccountModifier and TypeMethodDescriptionCreditAccountJpaAutoConfiguration.jpaCreditAccountRepositoryImpl
(com.broadleafcommerce.common.jpa.RepositoryEntityTypeManager repositoryEntityTypeManager, com.broadleafcommerce.data.tracking.jpa.filtering.fetch.rsql.JpaFiltersCriteriaBuilder filtersCriteriaBuilder) -
Uses of JpaCreditAccount in com.broadleafcommerce.creditaccount.provider.jpa.domain
Methods in com.broadleafcommerce.creditaccount.provider.jpa.domain that return JpaCreditAccountModifier and TypeMethodDescriptionJpaTransaction.getCreditAccount()
A reference to the credit account this transaction belongs to.Methods in com.broadleafcommerce.creditaccount.provider.jpa.domain with parameters of type JpaCreditAccountModifier and TypeMethodDescriptionvoid
JpaTransaction.setCreditAccount
(JpaCreditAccount creditAccount) A reference to the credit account this transaction belongs to. -
Uses of JpaCreditAccount in com.broadleafcommerce.creditaccount.provider.jpa.repository
Classes in com.broadleafcommerce.creditaccount.provider.jpa.repository with type parameters of type JpaCreditAccountModifier and TypeInterfaceDescriptioninterface
JpaCreditAccountRepository<D extends JpaCreditAccount>
class