C
- type of the data store execution context.public interface DataStoreService<C>
DataStoreService
Provides services to interact with the model
data store.<T> T execute(ReadQuery<T,C> query) throws Exception
T
- type of the query result.query
- the read query to execute.Exception
- if errors happen while executing the query.<T> T execute(WriteQuery<T,C> query) throws Exception
T
- type of the transaction result.query
- the write query to execute.Exception
- if errors happen while executing the query.Copyright © 2015. All Rights Reserved.