Uses of Enum Class
com.orientechnologies.orient.object.jpa.parsing.JPAVersion
Packages that use JPAVersion
-
Uses of JPAVersion in com.orientechnologies.orient.object.jpa.parsing
Methods in com.orientechnologies.orient.object.jpa.parsing that return JPAVersionModifier and TypeMethodDescriptionstatic JPAVersionPersistenceXmlUtil.getSchemaVersion(InputStream is) static JPAVersionstatic JPAVersionReturns the enum constant of this class with the specified name.static JPAVersion[]JPAVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.object.jpa.parsing with parameters of type JPAVersionModifier and TypeMethodDescriptionstatic Collection<? extends javax.persistence.spi.PersistenceUnitInfo>PersistenceXmlUtil.getPersistenceUnits(InputStream is, URL xmlRoot, JPAVersion version) static SchemaPersistenceXmlUtil.getSchema(JPAVersion version) Constructors in com.orientechnologies.orient.object.jpa.parsing with parameters of type JPAVersionModifierConstructorDescriptionJPAHandler(URL persistenceXmlRoot, JPAVersion jpaVersion) Create a new JPA Handler for the given persistence.xml