Uses of Class
org.stefaniuk.json.service.JsonService

Packages that use JsonService
org.stefaniuk.json.service.store   
 

Uses of JsonService in org.stefaniuk.json.service.store
 

Methods in org.stefaniuk.json.service.store with annotations of type JsonService
 Integer Store.delete(Integer id)
           
 Integer Store.insert(M model)
           
 List<M> Store.select(QueryStore query)
           
 Integer Store.update(Integer id, M model)
           
 



Copyright © 2013. All Rights Reserved.