|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelationId | |
---|---|
org.apache.openjpa.jdbc.meta.strats | OpenJPA-JDBC ORM Strategies |
org.apache.openjpa.jdbc.sql | OpenJPA-JDBC SQL Abstraction |
Uses of RelationId in org.apache.openjpa.jdbc.meta.strats |
---|
Classes in org.apache.openjpa.jdbc.meta.strats that implement RelationId | |
---|---|
class |
UntypedPCValueHandler
Handler for unknown persistence-capable object fields that stores stringified oids. |
Uses of RelationId in org.apache.openjpa.jdbc.sql |
---|
Methods in org.apache.openjpa.jdbc.sql that return RelationId | |
---|---|
RelationId |
PrimaryRow.getRelationIdCallback(Column col)
Return the recorded callbacks for the given relation id column. |
Methods in org.apache.openjpa.jdbc.sql with parameters of type RelationId | |
---|---|
void |
RowImpl.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel)
|
void |
PrimaryRow.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel)
|
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 |
SecondaryRow.setRelationId(Column col,
OpenJPAStateManager sm,
RelationId rel)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |