| .. |
|
dml
|
Add getSQL for DML clauses #534
|
2013-10-31 15:39:36 +02:00 |
|
mssql
|
Add deprecations
|
2013-05-08 17:57:55 +03:00 |
|
mysql
|
Add more MySQLQuery options
|
2013-10-11 14:09:34 +04:00 |
|
oracle
|
Add deprecations
|
2013-05-08 17:57:55 +03:00 |
|
postgres
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
types
|
Simplify LocaTime usage #538
|
2013-11-06 21:03:41 +02:00 |
|
AbstractSQLQuery.java
|
Allow SQL joins to EntityPath
|
2013-11-08 11:26:52 +01:00 |
|
AbstractSQLQueryFactory.java
|
Add missing from methods #502
|
2013-09-10 18:47:58 +03:00 |
|
AbstractSQLSubQuery.java
|
Allow SQL joins to EntityPath
|
2013-11-08 11:26:52 +01: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
|
Clean up ColumnMetadata content
|
2013-10-31 15:07:57 +02:00 |
|
Configuration.java
|
Integrate ColumnMetadata handling into code generation
|
2013-10-29 21:53:56 +02:00 |
|
CUBRIDTemplates.java
|
#434 Make YearWeek implementation ISO compliant
|
2013-06-11 21:16:00 +03:00 |
|
DatePart.java
|
#380 Add implementations for datediff ops
|
2013-04-02 22:00:15 +03:00 |
|
DerbyTemplates.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
ForeignKey.java
|
Integrate SQLListener #483
|
2013-09-14 16:15:21 +03:00 |
|
H2Templates.java
|
#434 Make yearMonth and yearWeek composite operations
|
2013-06-09 11:54:59 +03:00 |
|
HSQLDBTemplates.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
JavaTypeMapping.java
|
Add more user types
|
2013-10-07 22:12:27 +03:00 |
|
JDBCTypeMapping.java
|
Improve type mapping #535
|
2013-10-31 15:11:25 +02:00 |
|
MySQLTemplates.java
|
Use yearMonth via operation template #474
|
2013-08-15 20:28:59 +03:00 |
|
OracleTemplates.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
package-info.java
|
#105 removed findbugs dependency
|
2012-03-01 20:05:50 +02:00 |
|
PostgresTemplates.java
|
Use yearMonth via operation template #474
|
2013-08-15 20:28:59 +03:00 |
|
PrimaryKey.java
|
#313 added in method to PrimaryKey and ForeignKey
|
2012-12-17 20:29:30 +02:00 |
|
QBeans.java
|
Integrate ColumnMetadata handling into code generation
|
2013-10-29 21:53:56 +02:00 |
|
RelationalFunctionCall.java
|
#317 add support for Derby style table functions
|
2013-01-03 20:31:43 +02:00 |
|
RelationalPath.java
|
Generalize metadata access to EntityPath level #283
|
2013-10-30 21:16:46 +02:00 |
|
RelationalPathBase.java
|
Generalize metadata access to EntityPath level #283
|
2013-10-30 21:16:46 +02:00 |
|
RelationalPathExtractor.java
|
Add docs
|
2013-09-08 22:57:09 +03:00 |
|
RelationalPathUtils.java
|
Update Scala module to support ColumnMetadata #283
|
2013-10-30 22:32:34 +02:00 |
|
SQLBindings.java
|
#363 Add SQLBindings
|
2013-07-07 11:57:03 +03:00 |
|
SQLCommonQuery.java
|
Allow SQL joins to EntityPath
|
2013-11-08 11:26:52 +01:00 |
|
SQLExpressions.java
|
Update docs
|
2013-11-06 21:15:31 +02:00 |
|
SQLiteTemplates.java
|
Use yearMonth via operation template #474
|
2013-08-15 20:28:59 +03:00 |
|
SQLListener.java
|
Simplify signature and add javadocs #530
|
2013-10-28 20:33:51 +02:00 |
|
SQLListeners.java
|
Use static query flags for common flags #528
|
2013-10-28 20:54:21 +02:00 |
|
SQLOps.java
|
Remove prefixes in localnames #532
|
2013-11-10 20:41:49 +02:00 |
|
SQLQuery.java
|
#420 Initial implementation of runtime schema and table overr and table overrides
|
2013-05-20 22:18:01 +03:00 |
|
SQLQueryFactory.java
|
Add missing from methods #502
|
2013-09-10 18:47:58 +03:00 |
|
SQLQueryFactoryImpl.java
|
#469 Minimize untyped null usage
|
2013-08-02 22:40:37 +03:00 |
|
SQLResultIterator.java
|
#304 improved SQL list performance
|
2012-12-02 17:38:41 +02:00 |
|
SQLSerializer.java
|
Improve Teradata support #561
|
2013-11-18 17:14:40 +02:00 |
|
SQLServer2005Templates.java
|
Improve Teradata support #561
|
2013-11-18 17:14:40 +02:00 |
|
SQLServer2012Templates.java
|
#406 Improve templates
|
2013-04-30 21:24:52 +03:00 |
|
SQLServerTemplates.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
SQLSubQuery.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
SQLTemplates.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |
|
TeradataTemplates.java
|
Improve Teradata support #561
|
2013-11-18 17:14:40 +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 |
|
WindowFunction.java
|
#408 Add single arg alternatives
|
2013-05-07 22:44:10 +03:00 |
|
WindowOver.java
|
#408 Add stubs for WindoFunctions
|
2013-05-03 21:41:06 +03:00 |
|
WithBuilder.java
|
Move operator instances to JPQLOps and SQLOps #531
|
2013-10-28 21:07:34 +02:00 |