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.persistence.jdbc |
OpenJPA JPA-JDBC
JDBC-specific extensions to OpenJPA JPA runtime.
|
Modifier and Type | Class and Description |
---|---|
class |
ClassMappingInfo
Information about the mapping from a class to the schema, in raw form.
|
class |
DiscriminatorMappingInfo
Information about the mapping from a discriminator to the schema, in
raw form.
|
class |
FieldMappingInfo
Information about the mapping from a field to the schema, in raw form.
|
class |
ValueMappingInfo
Information about the mapping from a field value to the schema, in
raw form.
|
class |
VersionMappingInfo
Information about the mapping from a version indicator to the schema, in
raw form.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingInfo.copy(MappingInfo info)
Copy missing info from the instance to this one.
|
void |
ClassMappingInfo.copy(MappingInfo info) |
void |
FieldMappingInfo.copy(MappingInfo info) |
void |
DiscriminatorMappingInfo.copy(MappingInfo info) |
void |
ValueMappingInfo.copy(MappingInfo info) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationPersistenceMappingParser.parseForeignKey(MappingInfo info,
String name,
boolean enabled,
boolean deferred,
ForeignKeyAction deleteAction,
ForeignKeyAction updateAction)
Set foreign key data on the given mapping info.
|
protected void |
AnnotationPersistenceMappingParser.parseIndex(MappingInfo info,
String name,
boolean enabled,
boolean unique)
Set index data on the given mapping info.
|
protected void |
AnnotationPersistenceMappingParser.parseXJoinColumns(FieldMapping fm,
MappingInfo info,
boolean secondaryAllowed,
XJoinColumn... joins)
Parse given @XJoinColumn annotations.
|
protected void |
AnnotationPersistenceMappingParser.setColumns(FieldMapping fm,
MappingInfo info,
List<Column> cols,
int unique)
Set the given columns as the columns for
fm . |
protected void |
AnnotationPersistenceMappingParser.setMapKeyColumn(FieldMapping fm,
MappingInfo info,
Column col,
int unique)
Set the given map key column as the map key column for
fm . |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.