Uses of Class
net.vvakame.blaz.exception.EntityNotFoundException

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
<M> M
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が取得できなかった場合、例外が発生する.
 



Copyright © 2012. All Rights Reserved.