Uses of Interface
org.mybatis.dynamic.sql.render.TableAliasCalculator
Packages that use TableAliasCalculator
-
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.render
Classes in org.mybatis.dynamic.sql.render that implement TableAliasCalculatorModifier and TypeClassDescriptionclassclassReturns the alias for a table if specified, or the table name itself.classMethods in org.mybatis.dynamic.sql.render that return TableAliasCalculatorModifier and TypeMethodDescriptionstatic TableAliasCalculatorTableAliasCalculator.empty()static TableAliasCalculatorstatic TableAliasCalculatorstatic TableAliasCalculatorMethods 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)