Package | Description |
---|---|
org.apache.openjpa.jdbc.meta.strats |
OpenJPA-JDBC ORM Strategies
Library of mapping strategies.
|
org.apache.openjpa.jdbc.sql |
OpenJPA-JDBC SQL Abstraction
Utilities for generating SQL.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementEmbedValueHandler
Handler for embedded objects as elements of a collection or map.
|
class |
UntypedPCValueHandler
Handler for unknown persistence-capable object fields that stores
stringified oids.
|
Modifier and Type | Method and Description |
---|---|
RelationId |
PrimaryRow.getRelationIdCallback(Column col)
Return the recorded callbacks for the given relation id column.
|
Modifier and Type | Method and Description |
---|---|
void |
Row.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel)
Set the value of the given column to the identity of given instance,
using the given callback to create the column value.
|
void |
PrimaryRow.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel) |
void |
RowImpl.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel) |
void |
SecondaryRow.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel) |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.