com.mysema.query.sql.oracle
Class OracleQuery

java.lang.Object
  extended by com.mysema.query.support.QueryBase<Q>
      extended by com.mysema.query.support.ProjectableQuery<Q>
          extended by com.mysema.query.sql.AbstractSQLQuery<OracleQuery>
              extended by com.mysema.query.sql.oracle.OracleQuery
All Implemented Interfaces:
Projectable

public class OracleQuery
extends AbstractSQLQuery<OracleQuery>

OracleQuery provides Oracle specific extensions to the base SQL query type

Version:
$Id$
Author:
tiwe

Nested Class Summary
 
Nested classes/interfaces inherited from class com.mysema.query.sql.AbstractSQLQuery
AbstractSQLQuery.UnionBuilder<RT>
 
Field Summary
 
Fields inherited from class com.mysema.query.support.QueryBase
queryMixin
 
Constructor Summary
  OracleQuery(Connection conn)
           
  OracleQuery(Connection conn, SQLTemplates templates)
           
protected OracleQuery(Connection conn, SQLTemplates templates, QueryMetadata metadata)
           
 
Method Summary
 OracleQuery connectBy(BooleanExpression cond)
           
 OracleQuery connectByNocyclePrior(BooleanExpression cond)
           
 OracleQuery connectByPrior(BooleanExpression cond)
           
 OracleQuery orderSiblingsBy(Expression<?> path)
           
<A> OracleQuery
startWith(BooleanExpression cond)
           
 
Methods inherited from class com.mysema.query.sql.AbstractSQLQuery
addFlag, addFlag, addFlag, addJoinFlag, buildQueryString, count, createSerializer, from, fullJoin, fullJoin, fullJoin, getConfiguration, getMetadata, getResults, innerJoin, innerJoin, innerJoin, iterate, iterate, join, join, join, leftJoin, leftJoin, leftJoin, list, list, listResults, on, rightJoin, rightJoin, rightJoin, setParameters, toString, union, union, uniqueResult
 
Methods inherited from class com.mysema.query.support.ProjectableQuery
countDistinct, iterate, iterateDistinct, iterateDistinct, iterateDistinct, list, listDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult, uniqueResult
 
Methods inherited from class com.mysema.query.support.QueryBase
groupBy, having, limit, offset, orderBy, restrict, set, where
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OracleQuery

public OracleQuery(Connection conn)

OracleQuery

public OracleQuery(Connection conn,
                   SQLTemplates templates)

OracleQuery

protected OracleQuery(Connection conn,
                      SQLTemplates templates,
                      QueryMetadata metadata)
Method Detail

connectByPrior

public OracleQuery connectByPrior(BooleanExpression cond)

connectBy

public OracleQuery connectBy(BooleanExpression cond)

connectByNocyclePrior

public OracleQuery connectByNocyclePrior(BooleanExpression cond)

startWith

public <A> OracleQuery startWith(BooleanExpression cond)

orderSiblingsBy

public OracleQuery orderSiblingsBy(Expression<?> path)


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.