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