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
 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

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



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.