Uses of Interface
org.mybatis.dynamic.sql.util.Buildable
Packages that use Buildable
Package
Description
-
Uses of Buildable in org.mybatis.dynamic.sql
Methods in org.mybatis.dynamic.sql that return BuildableMethods in org.mybatis.dynamic.sql with parameters of type BuildableModifier and TypeMethodDescriptionstatic ExistsPredicateExistsPredicate.exists(Buildable<SelectModel> selectModelBuilder) static ExistsPredicateSqlBuilder.exists(Buildable<SelectModel> selectModelBuilder) static <T> IsEqualToWithSubselect<T>SqlBuilder.isEqualTo(Buildable<SelectModel> selectModelBuilder) static <T> IsGreaterThanWithSubselect<T>SqlBuilder.isGreaterThan(Buildable<SelectModel> selectModelBuilder) static <T> IsGreaterThanOrEqualToWithSubselect<T>SqlBuilder.isGreaterThanOrEqualTo(Buildable<SelectModel> selectModelBuilder) static <T> IsInWithSubselect<T>SqlBuilder.isIn(Buildable<SelectModel> selectModelBuilder) static <T> IsLessThanWithSubselect<T>SqlBuilder.isLessThan(Buildable<SelectModel> selectModelBuilder) static <T> IsLessThanOrEqualToWithSubselect<T>SqlBuilder.isLessThanOrEqualTo(Buildable<SelectModel> selectModelBuilder) static <T> IsNotEqualToWithSubselect<T>SqlBuilder.isNotEqualTo(Buildable<SelectModel> selectModelBuilder) static <T> IsNotInWithSubselect<T>SqlBuilder.isNotIn(Buildable<SelectModel> selectModelBuilder) static MultiSelectDSLSqlBuilder.multiSelect(Buildable<SelectModel> selectModelBuilder) static ExistsPredicateExistsPredicate.notExists(Buildable<SelectModel> selectModelBuilder) static ExistsPredicateSqlBuilder.notExists(Buildable<SelectModel> selectModelBuilder) static SubQueryColumnSqlBuilder.subQuery(Buildable<SelectModel> subQuery) SqlBuilder.InsertIntoNextStep.withSelectStatement(Buildable<SelectModel> selectModelBuilder) Constructors in org.mybatis.dynamic.sql with parameters of type BuildableModifierConstructorDescriptionprotectedAbstractSubselectCondition(Buildable<SelectModel> selectModelBuilder) -
Uses of Buildable in org.mybatis.dynamic.sql.delete
Classes in org.mybatis.dynamic.sql.delete that implement Buildable -
Uses of Buildable in org.mybatis.dynamic.sql.dsl
Classes in org.mybatis.dynamic.sql.dsl with type parameters of type BuildableModifier and TypeClassDescriptionclassAbstractLimitAndOffsetSupport<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M> Subinterfaces of Buildable in org.mybatis.dynamic.sql.dslModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceClasses in org.mybatis.dynamic.sql.dsl that implement BuildableModifier and TypeClassDescriptionclassAbstractCountDSL<M,D extends AbstractCountDSL<M, D>> DSL for building count queries.classclassclassAbstractDeleteDSL<M,D extends AbstractDeleteDSL<M, D>> classclassclassclassclassAbstractUpdateDSL<M,D extends AbstractUpdateDSL<M, D>> classclassDSL for building count queries.classclassclassclassclassclassMethods in org.mybatis.dynamic.sql.dsl with parameters of type BuildableModifier and TypeMethodDescriptionAbstractUpdateDSL.SetClauseFinisher.equalTo(Buildable<SelectModel> buildable) SelectDSL.from(Buildable<SelectModel> select) SelectDSL.from(Buildable<SelectModel> select, String tableAlias) default JoinOperations.JoinOnGatherer<F>JoinOperations.fullJoin(Buildable<SelectModel> joinTable, @Nullable String tableAlias) default FJoinOperations.fullJoin(Buildable<SelectModel> subQuery, @Nullable String tableAlias, SqlCriterion onJoinCriterion, List<AndOrCriteriaGroup> andJoinCriteria) default JoinOperations.JoinOnGatherer<F>JoinOperations.join(Buildable<SelectModel> joinTable, @Nullable String tableAlias) default FJoinOperations.join(Buildable<SelectModel> subQuery, @Nullable String tableAlias, SqlCriterion onJoinCriterion, List<AndOrCriteriaGroup> andJoinCriteria) default JoinOperations.JoinOnGatherer<F>JoinOperations.leftJoin(Buildable<SelectModel> joinTable, @Nullable String tableAlias) default FJoinOperations.leftJoin(Buildable<SelectModel> subQuery, @Nullable String tableAlias, SqlCriterion onJoinCriterion, List<AndOrCriteriaGroup> andJoinCriteria) default JoinOperations.JoinOnGatherer<F>JoinOperations.rightJoin(Buildable<SelectModel> joinTable, @Nullable String tableAlias) default FJoinOperations.rightJoin(Buildable<SelectModel> subQuery, @Nullable String tableAlias, SqlCriterion onJoinCriterion, List<AndOrCriteriaGroup> andJoinCriteria) protected voidAbstractQueryingDSL.setTable(Buildable<SelectModel> select) protected voidAbstractQueryingDSL.setTable(Buildable<SelectModel> select, String tableAlias) -
Uses of Buildable in org.mybatis.dynamic.sql.insert
Classes in org.mybatis.dynamic.sql.insert that implement BuildableMethods in org.mybatis.dynamic.sql.insert with parameters of type BuildableModifier and TypeMethodDescriptionInsertSelectDSL.InsertColumnGatherer.withSelectStatement(Buildable<SelectModel> selectModelBuilder) InsertSelectDSL.SelectGatherer.withSelectStatement(Buildable<SelectModel> selectModelBuilder) -
Uses of Buildable in org.mybatis.dynamic.sql.select
Classes in org.mybatis.dynamic.sql.select that implement BuildableModifier and TypeClassDescriptionclassCountDSL<R>DSL for building count queries.classclassclassclassclassclassclassclassSelectDSL<R>Implements a SQL DSL for building select statements.Methods in org.mybatis.dynamic.sql.select with parameters of type BuildableModifier and TypeMethodDescriptionQueryExpressionDSL.from(Buildable<SelectModel> select) QueryExpressionDSL.from(Buildable<SelectModel> select, String tableAlias) MultiSelectDSL.union(Buildable<SelectModel> builder) MultiSelectDSL.unionAll(Buildable<SelectModel> builder) Constructors in org.mybatis.dynamic.sql.select with parameters of type Buildable -
Uses of Buildable in org.mybatis.dynamic.sql.update
Classes in org.mybatis.dynamic.sql.update that implement Buildable -
Uses of Buildable in org.mybatis.dynamic.sql.util
Methods in org.mybatis.dynamic.sql.util with parameters of type BuildableModifier and TypeMethodDescriptionstatic SelectMappingSelectMapping.of(SqlColumn<?> column, Buildable<SelectModel> selectModelBuilder) -
Uses of Buildable in org.mybatis.dynamic.sql.util.spring
Methods in org.mybatis.dynamic.sql.util.spring with parameters of type BuildableModifier and TypeMethodDescriptionlongNamedParameterJdbcTemplateExtensions.count(Buildable<SelectModel> countStatement) intNamedParameterJdbcTemplateExtensions.delete(Buildable<DeleteModel> deleteStatement) intNamedParameterJdbcTemplateExtensions.generalInsert(Buildable<GeneralInsertModel> insertStatement) intNamedParameterJdbcTemplateExtensions.generalInsert(Buildable<GeneralInsertModel> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder) <T> intNamedParameterJdbcTemplateExtensions.insert(Buildable<InsertModel<T>> insertStatement) <T> intNamedParameterJdbcTemplateExtensions.insert(Buildable<InsertModel<T>> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder) <T> int[]NamedParameterJdbcTemplateExtensions.insertBatch(Buildable<BatchInsertModel<T>> insertStatement) <T> intNamedParameterJdbcTemplateExtensions.insertMultiple(Buildable<MultiRowInsertModel<T>> insertStatement) <T> intNamedParameterJdbcTemplateExtensions.insertMultiple(Buildable<MultiRowInsertModel<T>> insertStatement, org.springframework.jdbc.support.KeyHolder keyHolder) <T> List<T>NamedParameterJdbcTemplateExtensions.selectList(Buildable<SelectModel> selectStatement, org.springframework.jdbc.core.RowMapper<T> rowMapper) <T> Optional<T>NamedParameterJdbcTemplateExtensions.selectOne(Buildable<SelectModel> selectStatement, org.springframework.jdbc.core.RowMapper<T> rowMapper) intNamedParameterJdbcTemplateExtensions.update(Buildable<UpdateModel> updateStatement) -
Uses of Buildable in org.mybatis.dynamic.sql.where.condition
Methods in org.mybatis.dynamic.sql.where.condition with parameters of type BuildableModifier and TypeMethodDescriptionstatic <T> IsEqualToWithSubselect<T>IsEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsGreaterThanOrEqualToWithSubselect<T>IsGreaterThanOrEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsGreaterThanWithSubselect<T>IsGreaterThanWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsInWithSubselect<T>IsInWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsLessThanOrEqualToWithSubselect<T>IsLessThanOrEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsLessThanWithSubselect<T>IsLessThanWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsNotEqualToWithSubselect<T>IsNotEqualToWithSubselect.of(Buildable<SelectModel> selectModelBuilder) static <T> IsNotInWithSubselect<T>IsNotInWithSubselect.of(Buildable<SelectModel> selectModelBuilder) Constructors in org.mybatis.dynamic.sql.where.condition with parameters of type BuildableModifierConstructorDescriptionprotectedIsEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsGreaterThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsGreaterThanWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsInWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsLessThanOrEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsLessThanWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsNotEqualToWithSubselect(Buildable<SelectModel> selectModelBuilder) protectedIsNotInWithSubselect(Buildable<SelectModel> selectModelBuilder)