com.mysema.query.sql.postgres
Class PostgresQueryFactory

java.lang.Object
  extended by com.mysema.query.sql.AbstractSQLQueryFactory<PostgresQuery>
      extended by 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

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

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)
Method Detail

query

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

Returns:


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