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 |
SchemaSerializer
Interface for schema serializers.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLSchemaSerializer
Serializes
Schema s to XML matching the document
type definition defined by the XMLSchemaParser . |
Modifier and Type | Class and Description |
---|---|
class |
CFMetaDataSerializer
Helps serialize metadata objects to package and class elements.
|
class |
XMLMetaDataSerializer
Abstract base type for serlializers that transfer groups of objects
to XML.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
AbstractCFMetaDataFactory.Serializer
Internal 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 |
AnnotationPersistenceMetaDataSerializer
Serializes persistence metadata as annotations.
|
class |
XMLPersistenceMetaDataSerializer
Serializes persistence metadata back to XML.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationPersistenceMappingSerializer
Serializes persistence mappings as annotations.
|
class |
XMLPersistenceMappingSerializer
Serializes persistence mapping to XML.
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.