Uses of Class
org.mybatis.dynamic.sql.render.TableAliasCalculator
-
-
Uses of TableAliasCalculator in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql with parameters of type TableAliasCalculator Modifier and Type Method Description java.lang.StringAbstractColumnComparisonCondition. renderCondition(java.lang.String columnName, TableAliasCalculator tableAliasCalculator)java.lang.StringBasicColumn. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)Returns the name of the item aliased with a table name if appropriate.java.lang.StringConstant. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)java.lang.StringSqlColumn. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)java.lang.StringStringConstant. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)default java.lang.StringBasicColumn. renderWithTableAndColumnAlias(TableAliasCalculator tableAliasCalculator)Returns the name of the item aliased with a table name and column alias if appropriate. -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.render
Subclasses of TableAliasCalculator in org.mybatis.dynamic.sql.render Modifier and Type Class Description classGuaranteedTableAliasCalculatorReturns the alias for a table if specified, or the table name itself.Methods in org.mybatis.dynamic.sql.render that return TableAliasCalculator Modifier and Type Method Description static TableAliasCalculatorTableAliasCalculator. empty()static TableAliasCalculatorGuaranteedTableAliasCalculator. of(java.util.Map<SqlTable,java.lang.String> aliases)static TableAliasCalculatorTableAliasCalculator. of(java.util.Map<SqlTable,java.lang.String> aliases)static TableAliasCalculatorTableAliasCalculator. of(SqlTable table, java.lang.String alias) -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.select
Methods in org.mybatis.dynamic.sql.select that return TableAliasCalculator Modifier and Type Method Description TableAliasCalculatorQueryExpressionModel. tableAliasCalculator() -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.select.aggregate
Methods in org.mybatis.dynamic.sql.select.aggregate with parameters of type TableAliasCalculator Modifier and Type Method Description java.lang.StringAbstractAggregate. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)java.lang.StringCountAll. renderWithTableAlias(TableAliasCalculator tableAliasCalculator) -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.select.function
Methods in org.mybatis.dynamic.sql.select.function with parameters of type TableAliasCalculator Modifier and Type Method Description java.lang.StringAbstractMultipleColumnArithmeticFunction. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)java.lang.StringLower. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)java.lang.StringSubstring. renderWithTableAlias(TableAliasCalculator tableAliasCalculator)java.lang.StringUpper. renderWithTableAlias(TableAliasCalculator tableAliasCalculator) -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.where
Methods in org.mybatis.dynamic.sql.where with parameters of type TableAliasCalculator Modifier and Type Method Description WhereClauseProviderWhereModel. render(RenderingStrategy renderingStrategy, TableAliasCalculator tableAliasCalculator)WhereClauseProviderWhereModel. render(RenderingStrategy renderingStrategy, TableAliasCalculator tableAliasCalculator, java.lang.String parameterName) -
Uses of TableAliasCalculator in org.mybatis.dynamic.sql.where.render
Methods in org.mybatis.dynamic.sql.where.render with parameters of type TableAliasCalculator Modifier and Type Method Description CriterionRenderer.Builder<T>CriterionRenderer.Builder. withTableAliasCalculator(TableAliasCalculator tableAliasCalculator)WhereConditionVisitor.Builder<T>WhereConditionVisitor.Builder. withTableAliasCalculator(TableAliasCalculator tableAliasCalculator)WhereRenderer.BuilderWhereRenderer.Builder. withTableAliasCalculator(TableAliasCalculator tableAliasCalculator)
-