public class PersistenceXmlParser extends Object
| Constructor and Description |
|---|
PersistenceXmlParser()
Create PersistenceXmlParser object
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,javax.persistence.spi.PersistenceUnitInfo> |
parsePersistenceXml(InputStream stream)
Returns object to which input stream for persistence.xml is unmarshalled
|
public static final String TAG
public PersistenceXmlParser()
throws org.xmlpull.v1.XmlPullParserException
org.xmlpull.v1.XmlPullParserException - - unexpected error creating parser instancepublic Map<String,javax.persistence.spi.PersistenceUnitInfo> parsePersistenceXml(InputStream stream)
stream - InputStreamThis documentation is licensed by Andrew Bowley under the GPLv3 License.