Class SubscriptionJpaAutoConfiguration
java.lang.Object
com.broadleafcommerce.subscription.provider.jpa.autoconfigure.SubscriptionJpaAutoConfiguration
@Configuration
@JpaEntityScan(basePackages="com.broadleafcommerce.subscription.provider.jpa.domain",
routePackage="com.broadleafcommerce.billing")
@EnableJpaRepositories(basePackageClasses=JpaSubscriptionRepository.class,
repositoryFactoryBeanClass=com.broadleafcommerce.data.tracking.jpa.filtering.narrow.factory.JpaTrackableRepositoryFactoryBean.class,
entityManagerFactoryRef="billingEntityManagerFactory",
transactionManagerRef="billingTransactionManager")
public class SubscriptionJpaAutoConfiguration
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEstablishingTrackableBehaviorOverridesto allow divergence between trackable behavior seen in the Admin UI vs. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepositorycom.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepositorycom.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepositorycom.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepositorycom.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepositorycom.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository
-
Constructor Details
-
SubscriptionJpaAutoConfiguration
public SubscriptionJpaAutoConfiguration()
-
-
Method Details
-
jpaSubscriptionAdjustmentSuppression
@Bean public com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository jpaSubscriptionAdjustmentSuppression() -
jpaSubscriptionBillingAuditSuppression
@Bean public com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository jpaSubscriptionBillingAuditSuppression() -
jpaSubscriptionItemAdjustmentSuppression
@Bean public com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository jpaSubscriptionItemAdjustmentSuppression() -
jpaSubscriptionItemSuppression
@Bean public com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository jpaSubscriptionItemSuppression() -
jpaSubscriptionSuppression
@Bean public com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository jpaSubscriptionSuppression() -
jpaSubscriptionStatusAuditSuppression
@Bean public com.broadleafcommerce.common.messaging.notification.IgnoredNotificationStateRepository jpaSubscriptionStatusAuditSuppression()
-