Class RuntimeFactory
- java.lang.Object
-
- org.eclipse.persistence.jpa.config.RuntimeFactory
-
public class RuntimeFactory extends Object
JPA scripting API implementation.- Since:
- EclipseLink 2.5.1
- Author:
- Guy Pelletier
-
-
Constructor Summary
Constructors Constructor Description RuntimeFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.EntityManagerFactory
createEntityManagerFactory(PersistenceUnit pu)
static RuntimeFactory
getInstance()
-
-
-
Method Detail
-
createEntityManagerFactory
public javax.persistence.EntityManagerFactory createEntityManagerFactory(PersistenceUnit pu)
-
getInstance
public static RuntimeFactory getInstance()
-
-