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.
1 parent bc27cfb commit 414f98dCopy full SHA for 414f98d
src/main/java/org/mybatis/dynamic/sql/render/RenderingContext.java
@@ -53,11 +53,6 @@ private RenderingContext(Builder builder) {
53
: builder.parameterName + "." + RenderingStrategy.DEFAULT_PARAMETER_PREFIX; //$NON-NLS-1$
54
}
55
56
- public TableAliasCalculator tableAliasCalculator() {
57
- // this method can be removed when the renderWithTableAlias method is removed from BasicColumn
58
- return tableAliasCalculator;
59
- }
60
-
61
private String nextMapKey() {
62
return renderingStrategy.formatParameterMapKey(sequence);
63
0 commit comments