All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zhengframework.jpa.EntityManagerFactoryProvider Maven / Gradle / Ivy

package com.github.zhengframework.jpa;

import javax.persistence.EntityManagerFactory;
import javax.persistence.spi.PersistenceUnitInfo;

public interface EntityManagerFactoryProvider {

  EntityManagerFactory get(PersistenceUnitInfo persistenceUnitInfo);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy