Package com.flowable.spring.boot
Class FlowableJpaAutoConfiguration
java.lang.Object
com.flowable.spring.boot.FlowableJpaAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(type="javax.persistence.EntityManagerFactory")
@ConditionalOnClass(org.flowable.spring.SpringProcessEngineConfiguration.class)
@AutoConfigureAfter(org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class)
public class FlowableJpaAutoConfiguration
extends java.lang.Object
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description FlowableJpaAutoConfiguration()
-
Method Summary
Modifier and Type Method Description EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration>
jpaProcessEngineConfigurer(javax.persistence.EntityManagerFactory emf)
-
Constructor Details
-
FlowableJpaAutoConfiguration
public FlowableJpaAutoConfiguration()
-
-
Method Details
-
jpaProcessEngineConfigurer
@ConditionalOnMissingBean(name="jpaProcessEngineConfigurer") @Bean public EngineConfigurationConfigurer<org.flowable.spring.SpringProcessEngineConfiguration> jpaProcessEngineConfigurer(javax.persistence.EntityManagerFactory emf)
-