Uses of Interface
org.mybatis.dynamic.sql.render.TableAliasCalculator
Packages that use TableAliasCalculator
Package
Description
-
Uses of TableAliasCalculator in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql with parameters of type TableAliasCalculatorModifier 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
Classes in org.mybatis.dynamic.sql.render that implement TableAliasCalculatorModifier and TypeClassDescriptionclass
class
Returns the alias for a table if specified, or the table name itself.class
Methods in org.mybatis.dynamic.sql.render that return TableAliasCalculatorModifier and TypeMethodDescriptionstatic TableAliasCalculator
TableAliasCalculator.empty()
static TableAliasCalculator
static TableAliasCalculator
static TableAliasCalculator
RenderingContext.tableAliasCalculator()
Methods in org.mybatis.dynamic.sql.render with parameters of type TableAliasCalculatorModifier 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
Methods in org.mybatis.dynamic.sql.where with parameters of type TableAliasCalculatorModifier and TypeMethodDescriptionWhereModel.render
(RenderingStrategy renderingStrategy, TableAliasCalculator tableAliasCalculator) WhereModel.render
(RenderingStrategy renderingStrategy, TableAliasCalculator tableAliasCalculator, String parameterName)