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