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.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassMapping
Specialization of metadata for relational databases.
|
class |
ClassMappingInfo
Information about the mapping from a class to the schema, in raw form.
|
class |
QueryResultMapping
Mapping of a query result set to scalar and/or persistence-capable
object-level values.
|
class |
SequenceMapping
Specialization of sequence metadata for ORM.
|
Modifier and Type | Class and Description |
---|---|
class |
Sequence
Represents a database sequence.
|
class |
Table
Represents a database table.
|
Modifier and Type | Method and Description |
---|---|
static String |
SourceTrackers.getSourceLocationMessage(SourceTracker[] trackers)
Create a message appropriate for display to the user describing
the location(s) that
trackers were loaded from. |
Modifier and Type | Class and Description |
---|---|
class |
ClassMetaData
Contains metadata about a persistent type.
|
class |
MultiQueryMetaData
|
class |
NonPersistentMetaData
Metadata about a persistence-aware type.
|
class |
QueryMetaData
Holds metadata about named queries.
|
class |
SequenceMetaData
Metadata about a named sequence.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceUnitInfoImpl
Implementation of the
PersistenceUnitInfo interface used by OpenJPA
when parsing persistence configuration information. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.