org.datanucleus.identity
Interface IdentityTranslator
- All Known Implementing Classes:
- XcaliaIdentityTranslator
public interface IdentityTranslator
Translator for object identities where the user wants to input identities that are not strict
JDO standard, so this converts them.
|
Method Summary |
java.lang.Object |
getIdentity(ExecutionContext ec,
java.lang.Object obj)
Method to translate the object into the identity. |
getIdentity
java.lang.Object getIdentity(ExecutionContext ec,
java.lang.Object obj)
- Method to translate the object into the identity.
- Parameters:
ec - ExecutionContextobj - The object
- Returns:
- The identity
Copyright © 2011. All Rights Reserved.