com.mysema.query.sql.oracle
Class OracleQueryFactory

java.lang.Object
  extended by com.mysema.query.sql.AbstractSQLQueryFactory<OracleQuery>
      extended by com.mysema.query.sql.oracle.OracleQueryFactory
All Implemented Interfaces:
QueryFactory<OracleQuery,SQLSubQuery>, SQLQueryFactory<OracleQuery,SQLSubQuery,SQLDeleteClause,SQLUpdateClause,SQLInsertClause,SQLMergeClause>

public class OracleQueryFactory
extends AbstractSQLQueryFactory<OracleQuery>

Oracle specific implementation of SQLQueryFactory

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.sql.AbstractSQLQueryFactory
configuration, connection
 
Constructor Summary
OracleQueryFactory(Configuration configuration, javax.inject.Provider<Connection> connection)
           
OracleQueryFactory(javax.inject.Provider<Connection> connection)
           
OracleQueryFactory(SQLTemplates templates, javax.inject.Provider<Connection> connection)
           
 
Method Summary
 OracleQuery query()
          Create a new Query
 
Methods inherited from class com.mysema.query.sql.AbstractSQLQueryFactory
delete, from, getConfiguration, getConnection, insert, merge, subQuery, subQuery, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleQueryFactory

public OracleQueryFactory(Configuration configuration,
                          javax.inject.Provider<Connection> connection)

OracleQueryFactory

public OracleQueryFactory(javax.inject.Provider<Connection> connection)

OracleQueryFactory

public OracleQueryFactory(SQLTemplates templates,
                          javax.inject.Provider<Connection> connection)
Method Detail

query

public OracleQuery query()
Description copied from interface: QueryFactory
Create a new Query

Returns:


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