Class XcaliaIdentityStringTranslator

  • All Implemented Interfaces:
    Serializable, IdentityStringTranslator

    public class XcaliaIdentityStringTranslator
    extends Object
    implements IdentityStringTranslator
    Identity translator that allows for some combinations that Xcalia XIC allowed. This string form isn't necessarily the "id.toString()" form - it was added to allow migration from Xcalia XIC. Handles the following String forms :-
    • {fully-qualified-class-name}:{key}
    • {discriminator}:{key}
    The "key" is either
    • datastore-identity : the key of the object e.g 12345
    • application-identity : the toString() output from the PK
    See Also:
    Serialized Form
    • Constructor Detail

      • XcaliaIdentityStringTranslator

        public XcaliaIdentityStringTranslator()