org.hibernate.ejb.packaging
Class PersistenceXmlLoader
java.lang.Object
org.hibernate.ejb.packaging.PersistenceXmlLoader
public final class PersistenceXmlLoader
- extends Object
Comment
- Version:
- $Revision: 1.10 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)