| .. |
|
dml
|
Use MDC for DML clauses
|
2014-11-26 22:19:18 +02: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 |
|
support
|
Remove the {@literal } wrapping in the JavaDoc
|
2014-10-18 20:02:09 +02:00 |
|
teradata
|
Fix tests
|
2014-08-08 23:24:40 +03:00 |
|
types
|
Add SQLXML support
|
2014-11-06 22:11:02 +02:00 |
|
AbstractSQLQuery.java
|
Merge pull request #1052 from querydsl/mdc
|
2014-11-29 18:53:05 +01: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
|
Improve array handling
|
2014-10-12 22:26:27 +03:00 |
|
CUBRIDTemplates.java
|
Disable getArray for CUBRID
|
2014-10-12 23:04:19 +03:00 |
|
DatePart.java
|
#380 Add implementations for datediff ops
|
2013-04-02 22:00:15 +03:00 |
|
DefaultSQLExceptionTranslator.java
|
Add additional SQLExceptions to the QueryException output
|
2014-10-16 20:54:07 +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
|
Remove unused FIREBIRD_RESERVED_WORDS
|
2014-10-21 21:08:43 +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
|
Wrap RelationalFunctionCalls in joins for HSQLDB
|
2014-11-28 15:37:42 +01:00 |
|
JavaTypeMapping.java
|
Add another array test
|
2014-10-12 22:46:19 +03:00 |
|
JDBCTypeMapping.java
|
Add mappings
|
2014-08-08 23:55:02 +03:00 |
|
MySQLTemplates.java
|
Use the supportsUnquotedReservedWordsAsIdentifier field directly
|
2014-11-04 19:40:58 +01:00 |
|
OracleTemplates.java
|
Partition lists when needed
|
2014-11-01 12:53:33 +02:00 |
|
package-info.java
|
#105 removed findbugs dependency
|
2012-03-01 20:05:50 +02:00 |
|
PostgresTemplates.java
|
Use the supportsUnquotedReservedWordsAsIdentifier field directly
|
2014-11-04 19:40:58 +01:00 |
|
PrimaryKey.java
|
#313 added in method to PrimaryKey and ForeignKey
|
2012-12-17 20:29:30 +02:00 |
|
ProjectableSQLQuery.java
|
Remove limit(1) when calling singleResult()
|
2014-10-06 09:28:15 +02: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 another array test
|
2014-10-12 22:46:19 +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
|
Only wrap functions in joins when they are functions
|
2014-11-28 17:30:24 +01:00 |
|
SQLServer2005Templates.java
|
Fix logarithm functions MSSQL Server
|
2014-10-06 21:44:17 +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
|
Merge pull request #1005 from querydsl/i1004
|
2014-10-14 16:59:54 +03:00 |
|
SQLSubQuery.java
|
Query clone support with pre-existing entityManager/connection #672
|
2014-04-13 15:06:38 +03:00 |
|
SQLTemplates.java
|
Merge pull request #964 from querydsl/i692
|
2014-11-29 19:11:18 +01: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 |