Class EntityManagerFactoryHelper
- java.lang.Object
-
- org.jbpm.springboot.autoconfigure.EntityManagerFactoryHelper
-
public final class EntityManagerFactoryHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBeancreate(org.springframework.context.ApplicationContext applicationContext, DataSource dataSource, org.springframework.boot.autoconfigure.orm.jpa.JpaProperties jpaProperties, String puName, String location)
-
-
-
Method Detail
-
create
public static org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean create(org.springframework.context.ApplicationContext applicationContext, DataSource dataSource, org.springframework.boot.autoconfigure.orm.jpa.JpaProperties jpaProperties, String puName, String location)
-
-