Google Appengine for Java: Keyを作るには KeyFactory をつかう。
KeyFactory
Key hogehogekey = KeyFactory.createKey(↓の形で引数指定);
して使う。


Key hogehogekey = KeyFactory.createKey(↓の形で引数指定);
して使う。
Method Summary | |
---|---|
戻り値の型 | メソッド名と引数指定 |
static Key | createKey(Key parent, Creates a new Key with the provided parent from its kind and ID. |
static Key | createKey(Key parent, Creates a new Key with the provided parent from its kind and name. |
static Key | createKey(java.lang.String kind, Creates a new Key having no parent from its kind and ID. |
static Key | createKey(java.lang.String kind, Creates a new Key having no parent from its kind and name. |
コメント
コメントを投稿
「コメントを投稿できるユーザー」の範囲は変更される可能性があります。