| 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  | SchemaSerializerInterface for schema serializers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XMLSchemaSerializerSerializes  Schemas to XML matching the document
 type definition defined by theXMLSchemaParser. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CFMetaDataSerializerHelps serialize metadata objects to package and class elements. | 
| class  | XMLMetaDataSerializerAbstract base type for serlializers that transfer groups of objects
 to XML. | 
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | AbstractCFMetaDataFactory.SerializerInternal serializer interface. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractCFMetaDataFactory. serialize(MetaDataSerializer ser,
         Map<File,String> output,
         int flags)Tell the given serialier to write its metadatas. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationPersistenceMetaDataSerializerSerializes persistence metadata as annotations. | 
| class  | XMLPersistenceMetaDataSerializerSerializes persistence metadata back to XML. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationPersistenceMappingSerializerSerializes persistence mappings as annotations. | 
| class  | XMLPersistenceMappingSerializerSerializes persistence mapping to XML. | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.