public class PostgresQuery extends AbstractSQLQuery<PostgresQuery>
SQLQuerylisteners, useLiteralsconfiguration, firstUnionSubQuery, union, unionAllMDC_PARAMETERS, MDC_QUERY, queryMixin| Constructor and Description |
|---|
PostgresQuery(Connection conn) |
PostgresQuery(Connection conn,
Configuration configuration) |
PostgresQuery(Connection conn,
Configuration configuration,
QueryMetadata metadata) |
PostgresQuery(Connection conn,
SQLTemplates templates) |
| Modifier and Type | Method and Description |
|---|---|
PostgresQuery |
clone(Connection conn) |
PostgresQuery |
distinctOn(Expression<?>... exprs)
adds a DISTINCT ON clause
|
PostgresQuery |
forShare() |
PostgresQuery |
noWait() |
PostgresQuery |
of(RelationalPath<?>... paths) |
addListener, cleanupMDC, clone, clone, count, createSerializer, endContext, forUpdate, getConfiguration, getResults, iterate, list, listResults, logQuery, onException, setParameters, setStatementOptions, setUseLiterals, startContext, uniqueResultaddFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, exists, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, getMetadata, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, iterate, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, list, listResults, on, on, rightJoin, rightJoin, rightJoin, rightJoin, serialize, toString, union, union, union, union, unionAll, unionAll, unionAll, unionAll, uniqueResult, with, with, with, withRecursive, withRecursive, withRecursivemap, notExists, singleResult, singleResult, transform, uniqueResultdistinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, wherefinalize, getClass, notify, notifyAll, wait, wait, waitdistinct, limit, offset, orderBy, restrict, setwherepublic PostgresQuery(Connection conn)
public PostgresQuery(Connection conn, SQLTemplates templates)
public PostgresQuery(Connection conn, Configuration configuration)
public PostgresQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
public PostgresQuery forShare()
public PostgresQuery noWait()
public PostgresQuery of(RelationalPath<?>... paths)
paths - public PostgresQuery distinctOn(Expression<?>... exprs)
exprs - public PostgresQuery clone(Connection conn)
clone in class AbstractSQLQuery<PostgresQuery>Copyright © 2007–2015 Querydsl. All rights reserved.