org.apache.openejb.jee.jpa.unit
Class JaxbPersistenceFactory
java.lang.Object
org.apache.openejb.jee.jpa.unit.JaxbPersistenceFactory
public class JaxbPersistenceFactory
- extends Object
- Version:
- $Revision$ $Date$
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PERSISTENCE_SCHEMA
public static final String PERSISTENCE_SCHEMA
- See Also:
- Constant Field Values
JaxbPersistenceFactory
public JaxbPersistenceFactory()
getPersistence
public static <T> T getPersistence(Class<T> clazz,
InputStream persistenceDescriptor)
throws Exception
- Throws:
Exception
getPersistence
public static <T> T getPersistence(Class<T> clazz,
URL url)
throws Exception
- Throws:
Exception
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.