Package | Description |
---|---|
org.apache.openjpa.jdbc.meta |
OpenJPA-JDBC ORM Metadata
|
org.apache.openjpa.jdbc.schema |
OpenJPA-JDBC Schema Management
|
org.apache.openjpa.lib.meta |
Metadata Framework
|
org.apache.openjpa.meta |
OpenJPA Metadata
|
org.apache.openjpa.persistence |
OpenJPA JPA
|
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 |
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–2017 Apache Software Foundation. All rights reserved.