|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityNotFoundException | |
|---|---|
| net.vvakame.blaz | |
| net.vvakame.blaz.bare | |
| Uses of EntityNotFoundException in net.vvakame.blaz |
|---|
| Methods in net.vvakame.blaz that throw EntityNotFoundException | ||
|---|---|---|
static
|
Datastore.get(ModelMeta<M> meta,
Key key)
モデルの取得. |
|
| Uses of EntityNotFoundException in net.vvakame.blaz.bare |
|---|
| Methods in net.vvakame.blaz.bare that throw EntityNotFoundException | |
|---|---|
List<Entity> |
BareDatastore.get(Key... keys)
Key を元に Entity を取得する.1つでもEntityが取得できなかった場合、例外が発生する. |
Entity |
BareDatastore.get(Key key)
Key を元に Entity を取得する.Entityが取得できなかった場合、例外が発生する. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||