EclipseLink JPA-RS 2.5.0, build 'v20120704-r11776' API Reference

org.eclipse.persistence.jpa.rs
Class PersistenceFactory

java.lang.Object
  extended by org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
      extended by org.eclipse.persistence.jpa.rs.PersistenceFactory

public class PersistenceFactory
extends PersistenceFactoryBase

Factory for the creation of persistence contexts (JPA and JAXB). These contexts are for the persistence of both the meta-model as well as the dynamic persistence contexts for the hosted applications.

Author:
douglas.clarke, tom.ware

Constructor Summary
PersistenceFactory()
           
 
Method Summary
 
Methods inherited from class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase
bootstrapPersistenceContext, close, closePersistenceContext, createProperties, get, getDynamicPersistenceContext, getPersistenceContextNames
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceFactory

public PersistenceFactory()

EclipseLink JPA-RS 2.5.0, build 'v20120704-r11776' API Reference