|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.datastore.EntityTranslator
public class EntityTranslator
EntityTranslator
contains the logic to translate an Entity
into the protocol buffers that are used to pass it to the
implementation of the API.
Method Summary | |
---|---|
static EntityProto |
convertToPb(Entity entity)
|
static Entity |
createFromPb(EntityProto proto)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Entity createFromPb(EntityProto proto)
public static EntityProto convertToPb(Entity entity)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |