Uses of Class
com.google.appengine.api.datastore.PropertyContainer
-
Packages that use PropertyContainer Package Description com.google.appengine.api.datastore -
-
Uses of PropertyContainer in com.google.appengine.api.datastore
Subclasses of PropertyContainer in com.google.appengine.api.datastore Modifier and Type Class Description classEmbeddedEntityA property value containing embedded entity properties (and optionally aKey).classEntityEntityis the fundamental unit of data storage.Methods in com.google.appengine.api.datastore with parameters of type PropertyContainer Modifier and Type Method Description voidPropertyContainer. setPropertiesFrom(PropertyContainer src)A convenience method that populates properties from those in the given container.
-