public class PostgresQuery extends AbstractSQLQuery<PostgresQuery>
SQLQuery
listeners, useLiterals
configuration, firstUnionSubQuery, union, unionAll
MDC_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 |
forShare() |
PostgresQuery |
noWait() |
PostgresQuery |
of(RelationalPath<?>... paths) |
addListener, cleanupMDC, clone, clone, count, createSerializer, endContext, forUpdate, getConfiguration, getResults, iterate, list, listResults, logQuery, onException, setParameters, setUseLiterals, startContext, uniqueResult
addFlag, 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, withRecursive
map, notExists, singleResult, singleResult, transform, uniqueResult
distinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
finalize, getClass, notify, notifyAll, wait, wait, wait
distinct, limit, offset, orderBy, restrict, set
where
public 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 clone(Connection conn)
clone
in class AbstractSQLQuery<PostgresQuery>
Copyright © 2007–2015 Mysema Ltd. All rights reserved.