org.apache.openjpa.jdbc.meta
Interface RelationId

All Known Implementing Classes:
UntypedPCValueHandler

public interface RelationId

Callback to store a relation after the object id has been assigned.

Since:
0.4.0
Author:
Abe White

Method Summary
 java.lang.Object toRelationDataStoreValue(org.apache.openjpa.kernel.OpenJPAStateManager sm, Column col)
          Return the serialized value for the given related object, now that its id has been assigned.
 

Method Detail

toRelationDataStoreValue

java.lang.Object toRelationDataStoreValue(org.apache.openjpa.kernel.OpenJPAStateManager sm,
                                          Column col)
Return the serialized value for the given related object, now that its id has been assigned.