querydsl/querydsl-sql/src/main/java/com/mysema/query/sql
Ruben Dijkstra 99b022653e Merge pull request #950 from querydsl/i940
Fix SQLMergeClause keys handling
2014-09-30 19:04:28 +02:00
..
dml Use configuration directly 2014-09-30 18:57:46 +03:00
mssql Use SQLServerTemplates for SQLServerQueryFactory 2014-06-11 21:51:29 +02:00
mysql Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
oracle Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
postgres Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
spatial Update API usage 2014-09-20 18:06:54 +03:00
teradata Fix tests 2014-08-08 23:24:40 +03:00
types Merge pull request #899 from querydsl/i484 2014-08-31 16:32:32 +03:00
AbstractSQLQuery.java Small listener usage changes 2014-08-14 22:53:53 +03:00
AbstractSQLQueryFactory.java Add bridge methods 2014-04-24 22:49:29 +03:00
AbstractSQLSubQuery.java Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
Beans.java updated javadocs 2012-07-22 14:32:31 +03:00
Column.java #106 began to refactor codegen logic to own modules 2012-04-04 22:33:57 +03:00
ColumnImpl.java Format code 2013-03-19 13:17:12 +02:00
ColumnMetadata.java added support for ORDINAL_POSITION metadata 2014-04-10 08:31:14 +03:00
Configuration.java Javadoc build errors under JDK 8 #945 2014-09-23 18:54:37 -04:00
CUBRIDTemplates.java Improve cubrid mappings 2014-08-18 22:40:31 +03:00
DatePart.java #380 Add implementations for datediff ops 2013-04-02 22:00:15 +03:00
DefaultSQLExceptionTranslator.java Add bind parameters #617 2014-02-07 21:34:25 +02:00
DerbyTemplates.java Add typename mappings 2014-08-17 23:56:21 +03:00
DetachableSQLQuery.java Add bridge methods 2014-04-24 22:49:29 +03:00
FirebirdTemplates.java Fix Boolean mapping 2014-08-28 18:31:41 +03:00
ForeignKey.java Integrate SQLListener #483 2013-09-14 16:15:21 +03:00
H2Templates.java Add typename mappings 2014-08-17 23:56:21 +03:00
HSQLDBTemplates.java Update cast name mappings 2014-08-18 23:42:00 +03:00
JavaTypeMapping.java Use Object mapping as default 2014-08-27 22:08:41 +03:00
JDBCTypeMapping.java Add mappings 2014-08-08 23:55:02 +03:00
MySQLTemplates.java Update cast name mappings 2014-08-18 23:42:00 +03:00
OracleTemplates.java Update cast name mappings 2014-08-18 23:42:00 +03:00
package-info.java #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
PostgresTemplates.java Improve SQLTemplates usage in codegen 2014-08-21 22:18:50 +03:00
PrimaryKey.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
ProjectableSQLQuery.java Fix handling of empty projection 2014-07-14 00:51:31 +03:00
QBeans.java Cleanup code 2014-08-15 23:44:12 +03:00
RelationalFunctionCall.java Remove redundant modifier 2013-12-15 21:16:56 +02:00
RelationalPath.java Merge branch 'master' into spatial 2014-05-13 22:25:20 +03:00
RelationalPathBase.java Add valid eq/ne behaviour for RelationalPath 2014-08-23 19:12:16 +03:00
RelationalPathExtractor.java Fix variable usage 2014-01-25 19:31:55 +02:00
RelationalPathUtils.java Fix tests 2014-08-08 23:24:40 +03:00
SchemaAndTable.java Make equals and hashCode null schema safe 2014-09-01 20:31:33 +03:00
SQLBindings.java Add stubs for SetQueryBandClause #553 2013-12-04 13:40:09 +02:00
SQLCommonQuery.java Javadoc build errors under JDK 8 #945 2014-09-23 18:54:37 -04:00
SQLCommonQueryFactory.java Javadoc build errors under JDK 8 #945 2014-09-23 18:54:37 -04:00
SQLDetailedListener.java Now using quotes in single line. I use IDEA so I dont have the Eclipse settings. This is the default IDEA settings 2014-08-11 10:12:39 +07:00
SQLExceptionTranslator.java Add bind parameters #617 2014-02-07 21:34:25 +02:00
SQLExpressions.java Use of EnumMaps instead of HashMaps for enums. 2014-05-03 00:08:42 +02:00
SQLiteTemplates.java Add typename mappings 2014-08-17 23:56:21 +03:00
SQLListener.java Simplify signature and add javadocs #530 2013-10-28 20:33:51 +02:00
SQLListenerAdapter.java Now using quotes in single line. I use IDEA so I dont have the Eclipse settings. This is the default IDEA settings 2014-08-11 10:12:39 +07:00
SQLListenerContext.java Javadoc build errors under JDK 8 #945 2014-09-23 18:54:37 -04:00
SQLListenerContextImpl.java Javadoc build errors under JDK 8 #945 2014-09-23 18:54:37 -04:00
SQLListeners.java Small listener usage changes 2014-08-14 22:53:53 +03:00
SQLOps.java Improve native query creation #633 2014-01-21 21:18:47 +02:00
SQLQuery.java Javadoc build errors under JDK 8 #945 2014-09-23 18:54:37 -04:00
SQLQueryFactory.java Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
SQLQueryFactoryImpl.java Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
SQLResultIterator.java Add contract for SQLException translation #617 2014-01-06 22:03:49 +02:00
SQLSerializer.java Add suport Table/Column annotations in JPA native queries 2014-09-07 21:59:31 +03:00
SQLServer2005Templates.java Add support dml.limit in oracle and mssql #616 2014-01-07 22:56:50 +02:00
SQLServer2008Templates.java Move all spatial content to com.mysema.query.sql.spatial #631 2014-02-11 22:34:54 +02:00
SQLServer2012Templates.java Improve limit/offset handling 2014-07-18 08:14:40 +03:00
SQLServerTemplates.java Add typename mappings 2014-08-17 23:56:21 +03:00
SQLSubQuery.java Query clone support with pre-existing entityManager/connection #672 2014-04-13 15:06:38 +03:00
SQLTemplates.java Make codegen usage safer 2014-08-28 21:25:20 +03:00
SQLTemplatesRegistry.java Improve SQLTemplatesRegistry contents 2014-08-31 17:41:14 +03:00
TeradataTemplates.java Add typename mappings 2014-08-17 23:56:21 +03:00
Union.java #282 added groupBy, having and wrapping for unions 2012-11-15 22:12:13 +02:00
UnionImpl.java formatted code 2012-12-01 02:13:29 +02:00
UnionUtils.java Move operator instances to JPQLOps and SQLOps #531 2013-10-28 21:07:34 +02:00
WindowFirstLast.java Add support for first/last #555 2013-11-26 18:07:40 +02:00
WindowFunction.java Improve pagination for sqlserver #602 2014-01-04 21:42:50 +02:00
WindowOver.java Add support for first/last #555 2013-11-26 18:07:40 +02:00
WindowRows.java Fix between usage #555 2013-11-22 17:51:15 +02:00
WithBuilder.java Move operator instances to JPQLOps and SQLOps #531 2013-10-28 21:07:34 +02:00
WithinGroup.java Add linear regression functions #555 2013-11-26 16:39:44 +02:00