Package | Description |
---|---|
org.hibernate.ejb | |
org.hibernate.ejb.packaging |
Modifier and Type | Method and Description |
---|---|
Ejb3Configuration |
Ejb3Configuration.configure(PersistenceMetadata metadata,
Map overridesIn)
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,
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 © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved