public class EntityTranslatorPublic extends Object
EntityTranslator のメソッドをPackageを横断して使うためのラッパクラス。| Constructor and Description |
|---|
EntityTranslatorPublic() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.storage.onestore.v3.OnestoreEntity.EntityProto |
convertToPb(com.google.appengine.api.datastore.Entity entity)
Entity から OnestoreEntity.EntityProto に変換して返す。 |
static com.google.appengine.api.datastore.Entity |
createFromPb(com.google.storage.onestore.v3.OnestoreEntity.EntityProto proto)
OnestoreEntity.EntityProto から Entity に変換して返す。 |
static com.google.appengine.api.datastore.Entity |
createFromPb(com.google.storage.onestore.v3.OnestoreEntity.EntityProto proto,
Collection<com.google.appengine.api.datastore.Projection> projections)
OnestoreEntity.EntityProto と Projection のコレクションから Entity に変換して返す。 |
public static com.google.appengine.api.datastore.Entity createFromPb(com.google.storage.onestore.v3.OnestoreEntity.EntityProto proto,
Collection<com.google.appengine.api.datastore.Projection> projections)
OnestoreEntity.EntityProto と Projection のコレクションから Entity に変換して返す。proto - projections - Entitypublic static com.google.appengine.api.datastore.Entity createFromPb(com.google.storage.onestore.v3.OnestoreEntity.EntityProto proto)
OnestoreEntity.EntityProto から Entity に変換して返す。proto - Entitypublic static com.google.storage.onestore.v3.OnestoreEntity.EntityProto convertToPb(com.google.appengine.api.datastore.Entity entity)
Entity から OnestoreEntity.EntityProto に変換して返す。entity - OnestoreEntity.EntityProtoCopyright © 2014. All rights reserved.