Package org.datanucleus.identity
Interface IdentityKeyTranslator
- All Superinterfaces:
Serializable
Translator for object identities where the user wants to input identities that are not strict
key forms, so this returns a valid identity.
-
Method Summary
Modifier and TypeMethodDescriptiongetKey
(ExecutionContext ec, Class cls, Object key) Method to translate the object into the identity.
-
Method Details
-
getKey
Method to translate the object into the identity.- Parameters:
ec
- ExecutionContextcls
- Class of the persistent objectkey
- The passed in key- Returns:
- The valid key for this class
-