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