querydsl/querydsl-sql/src/main/java/com/mysema/query/sql
2013-03-28 21:19:18 +02:00
..
dml #378 fir ParamExpression handling 2013-03-28 21:19:18 +02:00
mssql changed pseudocolumns to be templates instead of paths 2012-12-10 17:28:00 +02:00
mysql formatted code 2012-12-01 02:13:29 +02:00
oracle Format code 2013-03-19 13:17:12 +02:00
postgres #370 Replace MySQLTemplates usage 2013-03-23 18:22:49 +02:00
types formatted code 2012-12-01 02:13:29 +02:00
AbstractSQLQuery.java remove String constant cache 2013-01-02 18:29:17 +02:00
AbstractSQLQueryFactory.java formatted code 2012-12-01 02:13:29 +02:00
AbstractSQLSubQuery.java #371 Improve operator handling for subqueries 2013-03-23 19:32:16 +02: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
Configuration.java streamlined Configuration usage 2012-12-21 18:52:47 +02:00
CUBRIDTemplates.java Remove final from template fields 2013-03-23 20:24:43 +02:00
DerbyTemplates.java #355 Add builder methods for SQLTemplates subclasses 2013-03-11 18:24:06 +02:00
ForeignKey.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
H2Templates.java #355 Add builder methods for SQLTemplates subclasses 2013-03-11 18:24:06 +02:00
HSQLDBTemplates.java #355 Add builder methods for SQLTemplates subclasses 2013-03-11 18:24:06 +02:00
JavaTypeMapping.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
JDBCTypeMapping.java #344 Update low end numeric mappings 2013-02-15 12:09:15 +02:00
MySQLTemplates.java #174 Add orderBy nullsFirst/nullsLast support 2013-03-12 10:52:17 +02:00
OracleTemplates.java #355 Add builder methods for SQLTemplates subclasses 2013-03-11 18:24:06 +02:00
package-info.java #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
PostgresTemplates.java #355 Add builder methods for SQLTemplates subclasses 2013-03-11 18:24:06 +02:00
PrimaryKey.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
QBeans.java add immutable collection usage 2012-12-16 16:48:36 +02:00
RelationalFunctionCall.java #317 add support for Derby style table functions 2013-01-03 20:31:43 +02:00
RelationalPath.java updated javadocs 2012-07-22 14:32:31 +03:00
RelationalPathBase.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
RelationalPathUtils.java updated javadocs 2012-07-22 14:32:31 +03:00
SQLCommonQuery.java #92 added option to add schema suffix to packages 2012-02-05 12:23:15 +02:00
SQLExpressions.java #347 Add Date arithmetic for all databases 2013-02-25 20:49:12 +02:00
SQLiteTemplates.java #174 Add orderBy nullsFirst/nullsLast support 2013-03-12 10:52:17 +02:00
SQLQuery.java #186 rename ColQueryImpl to CollQuery and SQLQueryImpl to SQLQuery 2012-12-11 18:27:31 +02:00
SQLQueryFactory.java updated javadocs 2012-07-22 14:32:31 +03:00
SQLQueryFactoryImpl.java #186 rename ColQueryImpl to CollQuery and SQLQueryImpl to SQLQuery 2012-12-11 18:27:31 +02:00
SQLResultIterator.java #304 improved SQL list performance 2012-12-02 17:38:41 +02:00
SQLSerializer.java #174 Add orderBy nullsFirst/nullsLast support 2013-03-12 10:52:17 +02:00
SQLServer2005Templates.java #362 Fork SQLServer2005Templates from SQLServerTemplates 2013-03-15 21:35:11 +02:00
SQLServerTemplates.java #362 Fork SQLServer2005Templates from SQLServerTemplates 2013-03-15 21:35:11 +02:00
SQLSubQuery.java fixed collection population issues 2012-12-16 22:35:46 +02:00
SQLTemplates.java #174 Add orderBy nullsFirst/nullsLast support 2013-03-12 10:52:17 +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 unify union usage 2012-12-17 22:28:22 +02:00