Interface IdentityStringTranslator
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
XcaliaIdentityStringTranslator
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
Modifier and TypeMethodDescriptiongetIdentity(ExecutionContext ec, String stringId) Method to translate the object into the identity.
-
Method Details
-
getIdentity
Method to translate the object into the identity.- Parameters:
ec- ExecutionContextstringId- String form of the identity- Returns:
- The identity
-