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
Modifier and TypeMethodDescriptionReturn the serialized value for the given related object, now that its id has been assigned.
-
Method Details
-
toRelationDataStoreValue
Return the serialized value for the given related object, now that its id has been assigned.
-