Package org.datanucleus.identity
Interface IdentityStringTranslator
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XcaliaIdentityStringTranslator
public interface IdentityStringTranslator extends 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 Object
getIdentity(ExecutionContext ec, String stringId)
Method to translate the object into the identity.
-
-
-
Method Detail
-
getIdentity
Object getIdentity(ExecutionContext ec, String stringId)
Method to translate the object into the identity.- Parameters:
ec
- ExecutionContextstringId
- String form of the identity- Returns:
- The identity
-
-