Package org.datanucleus.identity
Interface IdentityStringTranslator
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
XcaliaIdentityStringTranslator
public interface IdentityStringTranslator extends java.io.Serializable
Translator for object identities where the user wants to input identities that are not strict JDO standard toString() forms, so this converts them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getIdentity(ExecutionContext ec, java.lang.String stringId)
Method to translate the object into the identity.
-
-
-
Method Detail
-
getIdentity
java.lang.Object getIdentity(ExecutionContext ec, java.lang.String stringId)
Method to translate the object into the identity.- Parameters:
ec
- ExecutionContextstringId
- String form of the identity- Returns:
- The identity
-
-