Keys without a name or id are considered equal if all other aspects of the keys
are equal (as they will not be assigned IDs by the datastore when embedded).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eEmbeddedEntity\u003c/code\u003e is a property value that holds embedded entity properties and an optional \u003ccode\u003eKey\u003c/code\u003e, similar to \u003ccode\u003eEntity\u003c/code\u003e but with key differences.\u003c/p\u003e\n"],["\u003cp\u003eUnlike \u003ccode\u003eEntity\u003c/code\u003e, \u003ccode\u003eEmbeddedEntity\u003c/code\u003e is not queryable when stored in the datastore, and its \u003ccode\u003eKey\u003c/code\u003e is optional.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEmbeddedEntity\u003c/code\u003e compares its embedded properties in addition to the \u003ccode\u003eKey\u003c/code\u003e when using the \u003ccode\u003e#equals(Object)\u003c/code\u003e and \u003ccode\u003e#hashCode()\u003c/code\u003e methods.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEmbeddedEntity\u003c/code\u003e keys without a name or id are considered equal if all other key aspects match, because the datastore won't assign IDs to embedded keys.\u003c/p\u003e\n"],["\u003cp\u003eYou can convert between \u003ccode\u003eEntity\u003c/code\u003e and \u003ccode\u003eEmbeddedEntity\u003c/code\u003e using the \u003ccode\u003esetKey\u003c/code\u003e and \u003ccode\u003esetPropertiesFrom\u003c/code\u003e methods.\u003c/p\u003e\n"]]],[],null,[]]