T - public class DefaultQuery<T> extends AbstractQuery<T>
Query with JavaBeandomainModelDescriptor, fetchNext, filter, groupBy, having, offset, orderBy, params, projections, rowCount| 构造器和说明 |
|---|
DefaultQuery(Class<T> domainModelClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
createQuerySQL(String tableName) |
List<T> |
execute(Relationship... relationships) |
String |
getQuerySQL(DatabaseType databaseType) |
T |
queryFirst(Relationship... relationships) |
fetch, fetch, getTableName, groupBy, having, offset, orderBy, select, wherepublic List<T> execute(Relationship... relationships) throws SQLException
SQLExceptionpublic T queryFirst(Relationship... relationships) throws SQLException
SQLExceptionpublic String getQuerySQL(DatabaseType databaseType)
Copyright © 2020 com.github.braisdom. All rights reserved.