@Deprecated public class SQLQueryFactoryImpl extends AbstractSQLQueryFactory<SQLQuery,SQLSubQuery>
configuration, connection| Constructor and Description | 
|---|
| SQLQueryFactoryImpl(Configuration configuration,
                   DataSource dataSource)Deprecated.  | 
| SQLQueryFactoryImpl(Configuration configuration,
                   javax.inject.Provider<Connection> connection)Deprecated.  | 
| SQLQueryFactoryImpl(SQLTemplates templates,
                   javax.inject.Provider<Connection> connection)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| SQLQuery | query()Deprecated.  Create a new Query | 
delete, from, from, from, getConfiguration, getConnection, insert, merge, subQuery, subQuery, updatepublic SQLQueryFactoryImpl(SQLTemplates templates, javax.inject.Provider<Connection> connection)
public SQLQueryFactoryImpl(Configuration configuration, javax.inject.Provider<Connection> connection)
public SQLQueryFactoryImpl(Configuration configuration, DataSource dataSource)
public SQLQuery query()
QueryFactoryCopyright © 2007–2015 Querydsl. All rights reserved.