Package | Description |
---|---|
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 | Method and Description |
---|---|
protected abstract AbstractCFMetaDataFactory.Serializer |
AbstractCFMetaDataFactory.newAnnotationSerializer()
Create a new annotation metadata serializer.
|
protected abstract AbstractCFMetaDataFactory.Serializer |
AbstractCFMetaDataFactory.newSerializer()
Create a new metadata serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationPersistenceMetaDataSerializer
Serializes persistence metadata as annotations.
|
class |
XMLPersistenceMetaDataSerializer
Serializes persistence metadata back to XML.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractCFMetaDataFactory.Serializer |
PersistenceMetaDataFactory.newSerializer() |
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.