| .. |
|
dml
|
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 |
|
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
|
Add static geo functions
|
2014-08-05 19:21:30 +03:00 |
|
teradata
|
Fix tests
|
2014-08-08 23:24:40 +03:00 |
|
types
|
Fix boolean serialization
|
2014-08-14 21:38:57 +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
|
Small listener usage changes
|
2014-08-14 22:53:53 +03:00 |
|
CUBRIDTemplates.java
|
Adding support for "default values" in insert and merging statements
|
2014-04-09 16:00:41 +02: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
|
Extend JDBC Type to provide literal serialization
|
2014-04-17 16:23:54 +03:00 |
|
DetachableSQLQuery.java
|
Add bridge methods
|
2014-04-24 22:49:29 +03:00 |
|
FirebirdTemplates.java
|
Add parameter wrapping
|
2014-06-22 20:53:00 +03:00 |
|
ForeignKey.java
|
Integrate SQLListener #483
|
2013-09-14 16:15:21 +03:00 |
|
H2Templates.java
|
Move all spatial content to com.mysema.query.sql.spatial #631
|
2014-02-11 22:34:54 +02:00 |
|
HSQLDBTemplates.java
|
DefaultValues support
|
2014-04-10 10:26:31 +02:00 |
|
JavaTypeMapping.java
|
Add BigInteger support #597
|
2013-12-15 12:59:12 +02:00 |
|
JDBCTypeMapping.java
|
Add mappings
|
2014-08-08 23:55:02 +03:00 |
|
MySQLTemplates.java
|
Merge pull request #819 from querydsl/i817
|
2014-06-21 10:30:54 +03:00 |
|
OracleTemplates.java
|
Fix oracle tests
|
2014-06-15 17:04:01 +03:00 |
|
package-info.java
|
#105 removed findbugs dependency
|
2012-03-01 20:05:50 +02:00 |
|
PostgresTemplates.java
|
Merge branch 'master' into spatial
|
2014-05-13 22:25:20 +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
|
Merge branch 'master' into spatial
|
2014-05-13 22:25:20 +03:00 |
|
SQLBindings.java
|
Add stubs for SetQueryBandClause #553
|
2013-12-04 13:40:09 +02:00 |
|
SQLCommonQuery.java
|
Add support for qualify clause #555
|
2013-11-25 16:05:51 +02:00 |
|
SQLCommonQueryFactory.java
|
Rename SQLQueryFactory to SQLCommonQueryFactory #673
|
2014-03-05 19:34:21 +02: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
|
Merge branch 'master' into spatial
|
2014-05-13 22:25:20 +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
|
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 |
|
SQLListenerContextImpl.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 |
|
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
|
Make query classes non-final
|
2014-07-27 18:31:47 +03: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
|
Merge branch 'master' into i646
|
2014-06-24 20:06:46 +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
|
Fix like escape for mssql
|
2014-06-14 21:26:48 +03:00 |
|
SQLSubQuery.java
|
Query clone support with pre-existing entityManager/connection #672
|
2014-04-13 15:06:38 +03:00 |
|
SQLTemplates.java
|
Merge branch 'master' into i646
|
2014-06-24 20:06:46 +03:00 |
|
TeradataTemplates.java
|
Adding support for "default values" in insert and merging statements
|
2014-04-09 16:00:41 +02: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 |