public interface IQueryService<T>
Long
count(Query<T> q)
T
load(Long id)
List<T>
query(Query<T> query)
Long count(Query<T> q) throws Exception
Exception
List<T> query(Query<T> query) throws Exception
T load(Long id) throws Exception
Copyright © 2018. All rights reserved.