Package | Description |
---|---|
com.orientechnologies.orient.object.jpa.parsing |
Modifier and Type | Method and Description |
---|---|
static JPAVersion |
PersistenceXmlUtil.getSchemaVersion(InputStream is) |
static JPAVersion |
JPAVersion.parse(String version) |
static JPAVersion |
JPAVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPAVersion[] |
JPAVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Collection<? extends javax.persistence.spi.PersistenceUnitInfo> |
PersistenceXmlUtil.getPersistenceUnits(InputStream is,
URL xmlRoot,
JPAVersion version) |
static Schema |
PersistenceXmlUtil.getSchema(JPAVersion version) |
Constructor and Description |
---|
JPAHandler(URL persistenceXmlRoot,
JPAVersion jpaVersion)
Create a new JPA Handler for the given persistence.xml
|
Copyright © 2009–2020 OrientDB. All rights reserved.