Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.ejb.packaging |
Modifier and Type | Method and Description |
---|---|
Ejb3Configuration |
Ejb3Configuration.configure(PersistenceMetadata metadata,
java.util.Map overridesIn)
Deprecated.
create a factory from a parsed persistence.xml
Especially the scanning of classes and additional jars is done already at this point.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<PersistenceMetadata> |
PersistenceXmlLoader.deploy(java.net.URL url,
java.util.Map overrides,
org.xml.sax.EntityResolver resolver)
Method used by JBoss AS 4.0.5 for parsing
|
static java.util.List<PersistenceMetadata> |
PersistenceXmlLoader.deploy(java.net.URL url,
java.util.Map overrides,
org.xml.sax.EntityResolver resolver,
javax.persistence.spi.PersistenceUnitTransactionType defaultTransactionType)
Method used by JBoss EJB3 (4.2 and above) for parsing
Object used by Hibernate OGM as well, consider this some kind of exposed service at the SPI level
|
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.