Uses of Interface
org.apache.openjpa.lib.meta.MetaDataSerializer
Package
Description
OpenJPA-JDBC Schema Management
Metadata Framework
OpenJPA Metadata
OpenJPA JPA
OpenJPA JPA-JDBC
-
Uses of MetaDataSerializer in org.apache.openjpa.jdbc.schema
Modifier and TypeInterfaceDescriptioninterface
Interface for schema serializers.Modifier and TypeClassDescriptionclass
SerializesSchema
s to XML matching the document type definition defined by theXMLSchemaParser
. -
Uses of MetaDataSerializer in org.apache.openjpa.lib.meta
Modifier and TypeClassDescriptionclass
Helps serialize metadata objects to package and class elements.class
Abstract base type for serlializers that transfer groups of objects to XML. -
Uses of MetaDataSerializer in org.apache.openjpa.meta
Modifier and TypeInterfaceDescriptionstatic interface
Internal serializer interface.Modifier and TypeMethodDescriptionprotected void
AbstractCFMetaDataFactory.serialize
(MetaDataSerializer ser, Map<File, String> output, int flags) Tell the given serialier to write its metadatas. -
Uses of MetaDataSerializer in org.apache.openjpa.persistence
Modifier and TypeClassDescriptionclass
Serializes persistence metadata as annotations.class
Serializes persistence metadata back to XML. -
Uses of MetaDataSerializer in org.apache.openjpa.persistence.jdbc
Modifier and TypeClassDescriptionclass
Serializes persistence mappings as annotations.class
Serializes persistence mapping to XML.