makeKey
Purpose
This method was renamed and is deprecated. Use createKey insteadCreates a com.google.code.morphia.Key<T> object that can be used for referencing.
Examples
book.makeKey()
GORM implementation for the MongoDB NoSQL database based on the Morphia library
|
(Quick Reference)
makeKeyPurposeThis method was renamed and is deprecated. Use createKey insteadCreates a com.google.code.morphia.Key<T> object that can be used for referencing. Examplesbook.makeKey() |