Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.ejb.packaging |
Modifier and Type | Method and Description |
---|---|
Ejb3Configuration |
Ejb3Configuration.configure(PersistenceMetadata metadata,
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 List<PersistenceMetadata> |
PersistenceXmlLoader.deploy(URL url,
Map overrides,
EntityResolver resolver)
Method used by JBoss AS 4.0.5 for parsing
|
static List<PersistenceMetadata> |
PersistenceXmlLoader.deploy(URL url,
Map overrides,
EntityResolver resolver,
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 © 2012 JBoss by Red Hat. All Rights Reserved.