Uses of Interface
org.mybatis.dynamic.sql.render.TableAliasCalculator
Package
Description
-
Uses of TableAliasCalculator in org.mybatis.dynamic.sql
Modifier and TypeMethodDescriptiondefault String
BasicColumn.renderWithTableAlias
(TableAliasCalculator tableAliasCalculator) Deprecated.Please replace this method by overriding the more general "render" method -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.render
Modifier and TypeClassDescriptionclass
class
Returns the alias for a table if specified, or the table name itself.class
Modifier and TypeMethodDescriptionstatic TableAliasCalculator
TableAliasCalculator.empty()
static TableAliasCalculator
static TableAliasCalculator
static TableAliasCalculator
RenderingContext.tableAliasCalculator()
Modifier and TypeMethodDescriptionTableAliasCalculatorWithParent.Builder.withChild
(TableAliasCalculator child) RenderingContext.withChildTableAliasCalculator
(TableAliasCalculator childTableAliasCalculator) Create a new rendering context based on this, with the table alias calculator modified to include the specified child table alias calculator.TableAliasCalculatorWithParent.Builder.withParent
(TableAliasCalculator parent) RenderingContext.Builder.withTableAliasCalculator
(TableAliasCalculator tableAliasCalculator) -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.where
Modifier and TypeMethodDescriptionWhereModel.render
(RenderingStrategy renderingStrategy, TableAliasCalculator tableAliasCalculator) WhereModel.render
(RenderingStrategy renderingStrategy, TableAliasCalculator tableAliasCalculator, String parameterName)