Package org.apache.openjpa.jdbc.meta
Interface RelationId
-
- All Known Implementing Classes:
ElementEmbedValueHandler
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
toRelationDataStoreValue(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(OpenJPAStateManager sm, Column col)
Return the serialized value for the given related object, now that its id has been assigned.
-
-