Uses of Class
org.mybatis.dynamic.sql.util.FragmentAndParameters
Packages that use FragmentAndParameters
Package
Description
-
Uses of FragmentAndParameters in org.mybatis.dynamic.sql.common
Methods in org.mybatis.dynamic.sql.common that return FragmentAndParametersMethods in org.mybatis.dynamic.sql.common that return types with arguments of type FragmentAndParameters -
Uses of FragmentAndParameters in org.mybatis.dynamic.sql.select.render
Methods in org.mybatis.dynamic.sql.select.render that return FragmentAndParameters -
Uses of FragmentAndParameters in org.mybatis.dynamic.sql.update.render
Methods in org.mybatis.dynamic.sql.update.render that return types with arguments of type FragmentAndParametersModifier and TypeMethodDescriptionSetPhraseVisitor.visit(ColumnToColumnMapping mapping) SetPhraseVisitor.visit(ConstantMapping mapping) SetPhraseVisitor.visit(NullMapping mapping) SetPhraseVisitor.visit(SelectMapping mapping) SetPhraseVisitor.visit(StringConstantMapping mapping) SetPhraseVisitor.visit(ValueMapping<T> mapping) SetPhraseVisitor.visit(ValueOrNullMapping<T> mapping) SetPhraseVisitor.visit(ValueWhenPresentMapping<T> mapping) -
Uses of FragmentAndParameters in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return FragmentAndParametersMethods in org.mybatis.dynamic.sql.util that return types with arguments of type FragmentAndParametersModifier and TypeMethodDescriptionFragmentAndParameters.Builder.buildOptional()FragmentCollector.collect()FragmentCollector.collect(FragmentAndParameters initialFragment) Methods in org.mybatis.dynamic.sql.util with parameters of type FragmentAndParametersModifier and TypeMethodDescriptionvoidFragmentCollector.add(FragmentAndParameters fragmentAndParameters) FragmentCollector.collect(FragmentAndParameters initialFragment) -
Uses of FragmentAndParameters in org.mybatis.dynamic.sql.where.render
Methods in org.mybatis.dynamic.sql.where.render that return FragmentAndParametersModifier and TypeMethodDescriptionRenderedCriterion.fragmentAndParameters()RenderedCriterion.fragmentAndParametersWithConnector()WhereConditionVisitor.visit(AbstractColumnComparisonCondition<T> condition) WhereConditionVisitor.visit(AbstractListValueCondition<T> condition) WhereConditionVisitor.visit(AbstractNoValueCondition<T> condition) WhereConditionVisitor.visit(AbstractSingleValueCondition<T> condition) WhereConditionVisitor.visit(AbstractSubselectCondition<T> condition) WhereConditionVisitor.visit(AbstractTwoValueCondition<T> condition) Methods in org.mybatis.dynamic.sql.where.render that return types with arguments of type FragmentAndParametersMethods in org.mybatis.dynamic.sql.where.render with parameters of type FragmentAndParametersModifier and TypeMethodDescriptionRenderedCriterion.Builder.withFragmentAndParameters(FragmentAndParameters fragmentAndParameters)