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