Uses of Class
org.mybatis.dynamic.sql.util.FragmentCollector
-
Packages that use FragmentCollector Package Description org.mybatis.dynamic.sql.util org.mybatis.dynamic.sql.where.render -
-
Uses of FragmentCollector in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util that return FragmentCollector Modifier and Type Method Description FragmentCollector
FragmentCollector. merge(FragmentCollector other)
Methods in org.mybatis.dynamic.sql.util that return types with arguments of type FragmentCollector Modifier and Type Method Description static Collector<FragmentAndParameters,FragmentCollector,FragmentCollector>
FragmentCollector. collect()
static Collector<FragmentAndParameters,FragmentCollector,FragmentCollector>
FragmentCollector. collect()
static Collector<FragmentAndParameters,FragmentCollector,FragmentCollector>
FragmentCollector. collect(FragmentAndParameters initialFragment)
static Collector<FragmentAndParameters,FragmentCollector,FragmentCollector>
FragmentCollector. collect(FragmentAndParameters initialFragment)
Methods in org.mybatis.dynamic.sql.util with parameters of type FragmentCollector Modifier and Type Method Description FragmentCollector
FragmentCollector. merge(FragmentCollector other)
-
Uses of FragmentCollector in org.mybatis.dynamic.sql.where.render
Method parameters in org.mybatis.dynamic.sql.where.render with type arguments of type FragmentCollector Modifier and Type Method Description Optional<RenderedCriterion>
CriterionRenderer. render(List<AndOrCriteriaGroup> subCriteria, Function<FragmentCollector,String> fragmentCalculator)
Optional<RenderedCriterion>
CriterionRenderer. render(SqlCriterion initialCriterion, List<AndOrCriteriaGroup> subCriteria, Function<FragmentCollector,String> fragmentCalculator)
-