Package | Description |
---|---|
org.apache.openjpa.jdbc.schema |
OpenJPA-JDBC Schema Management
This package provides utilities for managing the schema of
persistent objects stored in a relational database.
|
org.apache.openjpa.lib.meta |
Metadata Framework
Extendable framework for metadata parsing and serializing.
|
org.apache.openjpa.meta |
OpenJPA Metadata
This package provides an extendable framework for parsing and caching
persistence metadata.
|
org.apache.openjpa.persistence |
OpenJPA JPA
This package provides an JPA facade to OpenJPA.
|
org.apache.openjpa.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SchemaParser
Interface class for parers that read schema information.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaParser
Custom SAX parser used to parse
Schema objects. |
Modifier and Type | Class and Description |
---|---|
class |
CFMetaDataParser
Custom SAX parser used by the system to quickly parse metadata files
for classes.
|
class |
XMLMetaDataParser
Custom SAX parser used by the system to quickly parse metadata files.
|
class |
XMLVersionParser
Custom non-validating SAX parser which can be used to get the version and
schema location attributes from the root node.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractCFMetaDataFactory.Parser
Internal parser interface.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCFMetaDataFactory.parse(MetaDataParser parser,
Class[] cls)
Parse all given classses.
|
protected void |
AbstractCFMetaDataFactory.parse(MetaDataParser parser,
Collection files)
Parse all given files.
|
Modifier and Type | Class and Description |
---|---|
static class |
PersistenceProductDerivation.ConfigurationParser
SAX handler capable of parsing an JPA persistence.xml file.
|
class |
XMLPersistenceMetaDataParser
Custom SAX parser used by the system to quickly parse persistence
metadata files.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PersistenceMetaDataFactory.parse(MetaDataParser parser,
Class[] cls) |
Modifier and Type | Class and Description |
---|---|
class |
XMLPersistenceMappingParser
Custom SAX parser used by the system to parse persistence mapping files.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.