public class JdbcDataQueryClient extends Object implements win.doyto.query.core.DataQueryClient
| Constructor and Description |
|---|
JdbcDataQueryClient(org.springframework.jdbc.core.JdbcOperations jdbcOperations) |
| Modifier and Type | Method and Description |
|---|---|
<V,Q extends win.doyto.query.core.AggregationQuery> |
aggregate(Q query,
Class<V> viewClass) |
<V extends win.doyto.query.entity.Persistable<I>,I extends Serializable,Q extends win.doyto.query.core.JoinQuery<V,I>> |
count(Q query,
Class<V> viewClass) |
<V extends win.doyto.query.entity.Persistable<I>,I extends Serializable,Q extends win.doyto.query.core.JoinQuery<V,I>> |
query(Q query,
@NonNull Class<V> viewClass) |
public JdbcDataQueryClient(org.springframework.jdbc.core.JdbcOperations jdbcOperations)
public <V extends win.doyto.query.entity.Persistable<I>,I extends Serializable,Q extends win.doyto.query.core.JoinQuery<V,I>> List<V> query(Q query, @NonNull @NonNull Class<V> viewClass)
query in interface win.doyto.query.core.DataQueryClientpublic <V extends win.doyto.query.entity.Persistable<I>,I extends Serializable,Q extends win.doyto.query.core.JoinQuery<V,I>> long count(Q query, Class<V> viewClass)
count in interface win.doyto.query.core.DataQueryClientCopyright © 2022 DOYToWin. All rights reserved.