| Package | Description | 
|---|---|
| org.apache.openjpa.jdbc.meta | OpenJPA-JDBC ORM Metadata
    This package extends the standard persistence metadata with
    object-relational mapping information. | 
| org.apache.openjpa.meta | OpenJPA Metadata
    This package provides an extendable framework for parsing and caching
    persistence metadata. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassMappingSpecialization of metadata for relational databases. | 
| class  | ClassMappingInfoInformation about the mapping from a class to the schema, in raw form. | 
| class  | FieldMappingSpecialization of metadata for relational databases. | 
| class  | FieldMappingInfoInformation about the mapping from a field to the schema, in raw form. | 
| class  | QueryResultMappingMapping of a query result set to scalar and/or persistence-capable
 object-level values. | 
| class  | SequenceMappingSpecialization of sequence metadata for ORM. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassMetaDataContains metadata about a persistent type. | 
| class  | FieldMetaDataMetadata for a managed class field. | 
| class  | MultiQueryMetaData | 
| class  | NonPersistentMetaDataMetadata about a persistence-aware type. | 
| class  | QueryMetaDataHolds metadata about named queries. | 
| class  | SequenceMetaDataMetadata about a named sequence. | 
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.