We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i use left join, but i see example:
left join
return two table column, so i use new ResultMap, but i see SimpleJoinResult defined in xml
SimpleJoinResult
https://github.com/mybatis/mybatis-dynamic-sql/blob/8a7aad9ba9618df94b25864286b3ac2c7fe9cb0d/src/site/markdown/docs/select.md?plain=1#L146
but i use MyBatis3DynamicSql
The text was updated successfully, but these errors were encountered:
MyBatis Generator does not generate code for joins. The generated code for MyBatis3DynamicSql does not need any XML.
The examples you reference were hand coded.
Sorry, something went wrong.
No branches or pull requests
i use



left join
, but i see example:return two table column, so i use new ResultMap, but i see
SimpleJoinResult
defined in xmlhttps://github.com/mybatis/mybatis-dynamic-sql/blob/8a7aad9ba9618df94b25864286b3ac2c7fe9cb0d/src/site/markdown/docs/select.md?plain=1#L146
but i use MyBatis3DynamicSql

The text was updated successfully, but these errors were encountered: