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

net.sf.esfinge.querybuilder.jpa1.EntityManagerProvider Maven / Gradle / Ivy

Go to download

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