Class OracleQuery<T>

Type Parameters:
T - result type
All Implemented Interfaces:
Fetchable<T>, FetchableQuery<T,OracleQuery<T>>, FilteredClause<OracleQuery<T>>, Query<OracleQuery<T>>, SimpleQuery<OracleQuery<T>>, ExtendedSubQuery<T>, Expression<T>, SubQueryExpression<T>, SQLCommonQuery<OracleQuery<T>>, Serializable

public 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.
Author:
tiwe
See Also: