querydsl/querydsl-sql/src/main/java/com/mysema/query/sql
2012-12-20 12:48:35 +02:00
..
dml improve isEmpty of SQLUpdateClause 2012-12-12 21:25:19 +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 changed pseudocolumns to be templates instead of paths 2012-12-10 17:28:00 +02:00
postgres formatted code 2012-12-01 02:13:29 +02:00
types formatted code 2012-12-01 02:13:29 +02:00
AbstractSQLQuery.java add optimization for expression extraction 2012-12-20 12:48:35 +02:00
AbstractSQLQueryFactory.java formatted code 2012-12-01 02:13:29 +02:00
AbstractSQLSubQuery.java #304 optmize metadata validation 2012-12-16 16:39:24 +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 #66: updated license to ASL 2.0 2011-12-10 20:29:48 +02:00
Configuration.java #304 optmize metadata validation 2012-12-16 16:39:24 +02:00
CUBRIDTemplates.java added sonar fixes 2012-09-12 12:05:39 +03:00
DerbyTemplates.java #184 improved collection any handling 2012-06-29 14:45:28 +03:00
ForeignKey.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
H2Templates.java unify union usage 2012-12-17 22:28:22 +02:00
HSQLDBTemplates.java fixed nextval usage 2012-10-05 16:16:28 +03:00
JavaTypeMapping.java #313 added in method to PrimaryKey and ForeignKey 2012-12-17 20:29:30 +02:00
JDBCTypeMapping.java Update querydsl-sql/src/main/java/com/mysema/query/sql/JDBCTypeMapping.java 2012-12-03 14:42:29 +02:00
MySQLTemplates.java #292 added boolean aggregate functions 2012-11-28 11:32:12 +02:00
OracleTemplates.java updated javadocs 2012-07-22 14:32:31 +03:00
package-info.java #105 removed findbugs dependency 2012-03-01 20:05:50 +02:00
PostgresTemplates.java #292 added boolean aggregate functions 2012-11-28 11:32:12 +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 remove unnecessary constant wrapping 2012-12-16 21:36:03 +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
SerializationContext.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 #304 fixed quoting 2012-12-02 14:04:24 +02:00
SQLiteTemplates.java #282 added groupBy, having and wrapping for unions 2012-11-15 22:12:13 +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 unify union usage 2012-12-17 22:28:22 +02:00
SQLServerTemplates.java updated javadocs 2012-07-22 14:32:31 +03:00
SQLSubQuery.java fixed collection population issues 2012-12-16 22:35:46 +02:00
SQLTemplates.java unify union usage 2012-12-17 22:28:22 +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