We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39829a0 + 02694ca commit bbf3cb6Copy full SHA for bbf3cb6
gcloud-java-datastore/src/main/java/com/google/gcloud/datastore/FullEntity.java
@@ -19,7 +19,8 @@
19
import com.google.api.services.datastore.DatastoreV1;
20
21
/**
22
- * A full entity is a {@link BaseEntity} that with a complete set of properties.
+ * A full entity is a {@link BaseEntity} that holds all the properties associated with a
23
+ * Datastore entity (as opposed to {@link ProjectionEntity}).
24
*/
25
public class FullEntity<K extends IncompleteKey> extends BaseEntity<K> {
26
0 commit comments