T - result typepublic class OracleQuery<T> extends AbstractSQLQuery<T,OracleQuery<T>>
OracleQuery provides Oracle specific extensions to the base SQL query typelisteners, useLiteralsconfiguration, firstUnionSubQuery, union, unionAllMDC_PARAMETERS, MDC_QUERY, queryMixin| Modifier | Constructor and Description |
|---|---|
|
OracleQuery(Connection conn) |
|
OracleQuery(Connection conn,
Configuration configuration) |
|
OracleQuery(Connection conn,
Configuration configuration,
QueryMetadata metadata) |
|
OracleQuery(Connection conn,
SQLTemplates templates) |
protected |
OracleQuery(Connection conn,
SQLTemplates templates,
QueryMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
OracleQuery<T> |
clone(Connection conn) |
OracleQuery<T> |
connectBy(Predicate cond)
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
|
OracleQuery<T> |
connectByNocyclePrior(Predicate cond)
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
|
OracleQuery<T> |
connectByPrior(Predicate cond)
CONNECT BY specifies the relationship between parent rows and child rows of the hierarchy.
|
OracleQuery<T> |
orderSiblingsBy(Expression<?> path)
ORDER SIBLINGS BY preserves any ordering specified in the hierarchical query clause and then
applies the order_by_clause to the siblings of the hierarchy.
|
OracleQuery<Tuple> |
select(Expression<?>... exprs) |
<U> OracleQuery<U> |
select(Expression<U> expr) |
<A> OracleQuery<T> |
startWith(Predicate cond)
START WITH specifies the root row(s) of the hierarchy.
|
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 OracleQuery(Connection conn)
public OracleQuery(Connection conn, SQLTemplates templates)
public OracleQuery(Connection conn, Configuration configuration)
public OracleQuery(Connection conn, Configuration configuration, QueryMetadata metadata)
protected OracleQuery(Connection conn, SQLTemplates templates, QueryMetadata metadata)
public OracleQuery<T> connectByPrior(Predicate cond)
cond - conditionpublic OracleQuery<T> connectBy(Predicate cond)
cond - conditionpublic OracleQuery<T> connectByNocyclePrior(Predicate cond)
cond - conditionpublic <A> OracleQuery<T> startWith(Predicate cond)
cond - conditionpublic OracleQuery<T> orderSiblingsBy(Expression<?> path)
path - pathpublic OracleQuery<T> clone(Connection conn)
clone in class AbstractSQLQuery<T,OracleQuery<T>>public <U> OracleQuery<U> select(Expression<U> expr)
public OracleQuery<Tuple> select(Expression<?>... exprs)
Copyright © 2007–2015 Mysema Ltd. All rights reserved.