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 Detail

      • getIdentity

        Object getIdentity​(ExecutionContext ec,
                           String stringId)
        Method to translate the object into the identity.
        Parameters:
        ec - ExecutionContext
        stringId - String form of the identity
        Returns:
        The identity