| Package | Description |
|---|---|
| com.impetus.kundera.configure | |
| com.impetus.kundera.loader |
| Modifier and Type | Method and Description |
|---|---|
private Map<String,PersistenceUnitMetadata> |
PersistenceUnitConfiguration.findPersistenceMetadatas()
Find persistence meta data.
|
| Modifier and Type | Method and Description |
|---|---|
static List<PersistenceUnitMetadata> |
PersistenceXMLLoader.findPersistenceUnits(URL url,
String[] persistenceUnits,
javax.persistence.spi.PersistenceUnitTransactionType defaultTransactionType)
Find persistence units.
|
private static Document |
PersistenceXMLLoader.getDocument(URL pathToPersistenceXml)
Reads the persistence xml content into an object graph and validates it
against the related xsd schema.
|
private static Document |
PersistenceXMLLoader.parseDocument(InputStream is)
Reads the content of the persistence.xml file into an object model, with
the root node of type
Document. |
private static void |
PersistenceXMLLoader.validateDocumentAgainstSchema(Document xmlRootNode)
Validates an xml object graph against its schema.
|
Copyright © 2015. All Rights Reserved.