T - public class SQLQuery<T> extends AbstractSQLQuery<T,SQLQuery<T>>
SQLQuery is a JDBC based implementation of the SQLCommonQuery
interfacelisteners, useLiteralsconfiguration, firstUnionSubQuery, union, unionAllMDC_PARAMETERS, MDC_QUERY, queryMixin| Constructor and Description |
|---|
SQLQuery()
Create a detached SQLQuery instance The query can be attached via the
clone method
|
SQLQuery(Configuration configuration)
Create a new SQLQuery instance
|
SQLQuery(Connection conn,
Configuration configuration)
Create a new SQLQuery instance
|
SQLQuery(Connection conn,
Configuration configuration,
QueryMetadata metadata)
Create a new SQLQuery instance
|
SQLQuery(Connection conn,
SQLTemplates templates)
Create a new SQLQuery instance
|
SQLQuery(Connection conn,
SQLTemplates templates,
QueryMetadata metadata)
Create a new SQLQuery instance
|
SQLQuery(SQLTemplates templates)
Create a detached SQLQuery instance The query can be attached via the
clone method
|
| Modifier and Type | Method and Description |
|---|---|
SQLQuery<T> |
clone(Connection conn) |
SQLQuery<Tuple> |
select(Expression<?>... exprs) |
<U> SQLQuery<U> |
select(Expression<U> expr) |
addListener, as, as, cleanupMDC, clone, clone, createSerializer, endContext, fetch, fetchCount, fetchResults, forUpdate, getConfiguration, getResults, iterate, logQuery, onException, setParameters, setUseLiterals, startContextaccept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, unionAll, unionAll, unionAll, with, with, with, withRecursive, withRecursive, withRecursivecontains, contains, eq, eq, exists, getMetadata, getType, goe, goe, gt, gt, hashCode, loe, loe, lt, lt, ne, ne, notExistsequals, fetchFirst, transform, uniqueResultdistinct, groupBy, groupBy, having, having, limit, offset, orderBy, orderBy, restrict, set, where, wherefinalize, getClass, notify, notifyAll, wait, wait, waitdistinct, limit, offset, orderBy, restrict, setwheretransformfetchFirstpublic SQLQuery()
public SQLQuery(SQLTemplates templates)
templates - SQLTemplates to usepublic SQLQuery(Connection conn, SQLTemplates templates)
conn - Connection to usetemplates - SQLTemplates to usepublic SQLQuery(Connection conn, SQLTemplates templates, QueryMetadata metadata)
conn - Connection to usetemplates - SQLTemplates to usemetadata - metadatapublic SQLQuery(Configuration configuration)
configuration - configurationpublic SQLQuery(Connection conn, Configuration configuration)
conn - Connection to useconfiguration - configurationpublic SQLQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
conn - Connection to useconfiguration - configurationmetadata - metadatapublic SQLQuery<T> clone(Connection conn)
clone in class AbstractSQLQuery<T,SQLQuery<T>>public <U> SQLQuery<U> select(Expression<U> expr)
public SQLQuery<Tuple> select(Expression<?>... exprs)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.