
net.sf.esfinge.querybuilder.jpa1.EntityManagerProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querybuilder-jpa1-local Show documentation
Show all versions of querybuilder-jpa1-local Show documentation
The Esfinge QueryBuilder JPA1 is the persistence framework for Esfinge QueryBuilder using JPA1.
The newest version!
package net.sf.esfinge.querybuilder.jpa1;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
public interface EntityManagerProvider {
public EntityManager getEntityManager();
public EntityManagerFactory getEntityManagerFactory();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy