com.mysema.query.sql.postgres
Class PostgresQueryFactory
java.lang.Object
com.mysema.query.sql.AbstractSQLQueryFactory<PostgresQuery>
com.mysema.query.sql.postgres.PostgresQueryFactory
- All Implemented Interfaces:
- QueryFactory<PostgresQuery,SQLSubQuery>, SQLQueryFactory<PostgresQuery,SQLSubQuery,SQLDeleteClause,SQLUpdateClause,SQLInsertClause,SQLMergeClause>
public class PostgresQueryFactory
- extends AbstractSQLQueryFactory<PostgresQuery>
PostgreSQL specific implementation of SQLQueryFactory
- Author:
- tiwe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostgresQueryFactory
public PostgresQueryFactory(Configuration configuration,
javax.inject.Provider<Connection> connection)
PostgresQueryFactory
public PostgresQueryFactory(javax.inject.Provider<Connection> connection)
PostgresQueryFactory
public PostgresQueryFactory(SQLTemplates templates,
javax.inject.Provider<Connection> connection)
query
public PostgresQuery query()
- Description copied from interface:
QueryFactory
- Create a new Query
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.