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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait