You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added the ability to specify a JavaType associated with a column. The JavaType will be rendered properly for MyBatis ([#386](https://github.com/mybatis/mybatis-dynamic-sql/pull/386))
12
+
- Added a few missing groupBy and orderBy methods on the `select` statement ([#409](https://github.com/mybatis/mybatis-dynamic-sql/pull/409))
13
+
- Added a new extension of SqlTable that supports setting a table alias directly within the table definition
Copy file name to clipboardExpand all lines: src/site/markdown/docs/select.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ The library supports the generation of UNION and UNION ALL queries. For example:
85
85
86
86
Any number of SELECT statements can be added to a UNION query. Only one ORDER BY phrase is allowed.
87
87
88
-
## Annotated Mapper for Select Statements
88
+
## MyBatis Mapper for Select Statements
89
89
90
90
The SelectStatementProvider object can be used as a parameter to a MyBatis mapper method directly. If you
91
91
are using an annotated mapper, the select method should look like this (note that we recommend coding a "selectMany" and a "selectOne" method with a shared result mapping):
).withMessage("Table \"User\" with requested alias \"u2\" is already aliased in this query with alias \"u1\". Attempting to re-alias a table in the same query is not supported.");
0 commit comments