org.hibernate.ejb.packaging
Class PersistenceXmlLoader

java.lang.Object
  extended by org.hibernate.ejb.packaging.PersistenceXmlLoader

public final class PersistenceXmlLoader
extends Object

Comment

Version:
$Revision: 1.10 $
Author:
Bill Burke

Method Summary
static List<PersistenceMetadata> deploy(URL url, Map overrides)
           
static javax.persistence.spi.PersistenceUnitTransactionType getTransactionType(String elementContent)
           
static PersistenceMetadata parsePersistenceUnit(Element top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deploy

public static List<PersistenceMetadata> deploy(URL url,
                                               Map overrides)
                                        throws Exception
Throws:
Exception

parsePersistenceUnit

public static PersistenceMetadata parsePersistenceUnit(Element top)
                                                throws Exception
Throws:
Exception

getTransactionType

public static javax.persistence.spi.PersistenceUnitTransactionType getTransactionType(String elementContent)