public class FullEntity<K> extends BaseEntity<K>
A full entity is a BaseEntity that holds all the properties associated with a Datastore entity (as opposed to ProjectionEntity).
Type Parameter
Name | Description |
K |
Static Methods
<K>newBuilder(K key)
public static FullEntity.Builder<K> <K>newBuilder(K key)
Name | Description |
key | K |
Type | Description |
Builder<K> |
<K>newBuilder(FullEntity<K> copyFrom)
public static FullEntity.Builder<K> <K>newBuilder(FullEntity<K> copyFrom)
Name | Description |
copyFrom | FullEntity<K> |
Type | Description |
Builder<K> |
fromPb(Entity entityPb)
public static FullEntity<?> fromPb(Entity entityPb)
Name | Description |
entityPb | Entity |
Type | Description |
FullEntity<?> |
newBuilder()
public static FullEntity.Builder<IncompleteKey> newBuilder()
Type | Description |
Builder<IncompleteKey> |