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 |
ClassMapping
Specialization of metadata for relational databases.
|
class |
FieldMapping
Specialization of metadata for relational databases.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassMetaData
Contains metadata about a persistent type.
|
class |
FieldMetaData
Metadata for a managed class field.
|
Modifier and Type | Method and Description |
---|---|
Extensions |
Extensions.getEmbeddedExtensions(String key,
boolean create)
Return the embedded extensions under the given key.
|
Extensions |
Extensions.getEmbeddedExtensions(String vendor,
String key,
boolean create)
Return the embedded extensions under the given key.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Extensions.copy(Extensions exts)
Copy the extensions not present in this instance but present in the
given instance.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.