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.meta.strats |
OpenJPA-JDBC ORM Strategies
Library of mapping strategies.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingJoinable
Delegates to another
Joinable after doing column
translation. |
Modifier and Type | Method and Description |
---|---|
Joinable |
ClassMapping.assertJoinable(Column col)
Return the joinable for the given column, or throw an exception if
none is available.
|
Joinable |
ClassMapping.getJoinable(Column col)
Return the
Joinable for the given column. |
Modifier and Type | Method and Description |
---|---|
void |
ClassMapping.setJoinable(Column col,
Joinable joinable)
Add the given column-to-joinable mapping.
|
Constructor and Description |
---|
DelegatingJoinable(Joinable join,
Column[] cols)
Constructor.
|
DelegatingJoinable(Joinable join,
ForeignKey fk)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
HandlerFieldStrategy
Mapping for a single-valued field that delegates to a
ValueHandler . |
class |
MaxEmbeddedBlobFieldStrategy
Mapping for serialized fields on a dictionary that has a maximum embedded
BLOB size.
|
class |
MaxEmbeddedByteArrayFieldStrategy
Mapping for byte array fields on a dictionary that has a maximum embedded
BLOB size.
|
class |
MaxEmbeddedCharArrayFieldStrategy
Mapping for CLOB character array on a dictionary that has a maximum
embedded CLOB size.
|
class |
MaxEmbeddedClobFieldStrategy
Mapping for CLOB string on a dictionary that has a maximum embedded
CLOB size.
|
class |
PrimitiveFieldStrategy
Direct mapping from a primitive value to a column.
|
class |
RelationFieldStrategy
Mapping for a single-valued relation to another entity.
|
class |
StringFieldStrategy
Direct mapping from a string value to a column.
|
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.