com.mysema.query.sql
Class SQLQueryFactoryImpl

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

public class SQLQueryFactoryImpl
extends AbstractSQLQueryFactory<SQLQueryImpl>

Factory class for query and DML clause creation

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.sql.AbstractSQLQueryFactory
configuration, connection
 
Constructor Summary
SQLQueryFactoryImpl(Configuration configuration, javax.inject.Provider<Connection> connection)
           
SQLQueryFactoryImpl(SQLTemplates templates, javax.inject.Provider<Connection> connection)
           
 
Method Summary
 SQLQueryImpl 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

SQLQueryFactoryImpl

public SQLQueryFactoryImpl(SQLTemplates templates,
                           javax.inject.Provider<Connection> connection)

SQLQueryFactoryImpl

public SQLQueryFactoryImpl(Configuration configuration,
                           javax.inject.Provider<Connection> connection)
Method Detail

query

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

Returns:


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