T - result typepublic class OracleQuery<T> extends AbstractOracleQuery<T,OracleQuery<T>>
OracleQuery provides Oracle specific extensions to the base SQL query type
 If you need to subtype this, use the base class instead.CONNECT_BY, CONNECT_BY_NOCYCLE_PRIOR, CONNECT_BY_PRIOR, ORDER_SIBLINGS_BY, START_WITHlisteners, PARENT_CONTEXT, useLiteralsconfiguration, firstUnionSubQuery, union, unionAllMDC_PARAMETERS, MDC_QUERY, queryMixin| Modifier | Constructor and Description | 
|---|---|
  | 
OracleQuery(java.sql.Connection conn)  | 
  | 
OracleQuery(java.sql.Connection conn,
           Configuration configuration)  | 
  | 
OracleQuery(java.sql.Connection conn,
           Configuration configuration,
           QueryMetadata metadata)  | 
  | 
OracleQuery(java.sql.Connection conn,
           SQLTemplates templates)  | 
protected  | 
OracleQuery(java.sql.Connection conn,
           SQLTemplates templates,
           QueryMetadata metadata)  | 
  | 
OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider,
           Configuration configuration)  | 
  | 
OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider,
           Configuration configuration,
           QueryMetadata metadata)  | 
| Modifier and Type | Method and Description | 
|---|---|
OracleQuery<T> | 
clone(java.sql.Connection conn)  | 
OracleQuery<Tuple> | 
select(Expression<?>... exprs)
Change the projection of this query 
 | 
<U> OracleQuery<U> | 
select(Expression<U> expr)
Change the projection of this query 
 | 
connectBy, connectByNocyclePrior, connectByPrior, orderSiblingsBy, startWithaddListener, as, as, clone, clone, createSerializer, endContext, fetch, fetchCount, fetchResults, forShare, forShare, forUpdate, getConfiguration, getResults, getResults, iterate, logQuery, onException, setParameters, setStatementOptions, setUseLiterals, startContextaccept, addFlag, addFlag, addFlag, addFlag, addJoinFlag, addJoinFlag, fetchOne, from, from, from, fullJoin, fullJoin, fullJoin, fullJoin, fullJoin, getSQL, getSQL, innerJoin, innerJoin, innerJoin, innerJoin, innerJoin, join, join, join, join, join, leftJoin, leftJoin, leftJoin, leftJoin, leftJoin, on, on, rightJoin, 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, in, in, isNotNull, isNull, 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, setwheretransformfetchFirst, streampublic OracleQuery(java.sql.Connection conn)
public OracleQuery(java.sql.Connection conn,
                   SQLTemplates templates)
public OracleQuery(java.sql.Connection conn,
                   Configuration configuration)
public OracleQuery(java.sql.Connection conn,
                   Configuration configuration,
                   QueryMetadata metadata)
protected OracleQuery(java.sql.Connection conn,
                      SQLTemplates templates,
                      QueryMetadata metadata)
public OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider,
                   Configuration configuration,
                   QueryMetadata metadata)
public OracleQuery(java.util.function.Supplier<java.sql.Connection> connProvider,
                   Configuration configuration)
public OracleQuery<T> clone(java.sql.Connection conn)
clone in class AbstractSQLQuery<T,OracleQuery<T>>public <U> OracleQuery<U> select(Expression<U> expr)
FetchableQueryexpr - new projectionpublic OracleQuery<Tuple> select(Expression<?>... exprs)
FetchableQueryexprs - new projectionCopyright © 2007–2021 Querydsl. All rights reserved.