Package org.mybatis.dynamic.sql.dsl
@NullMarked
package org.mybatis.dynamic.sql.dsl
-
ClassDescriptionAbstractCountDSL<M,
D extends AbstractCountDSL<M, D>> DSL for building count queries.AbstractDeleteDSL<M,D extends AbstractDeleteDSL<M, D>> AbstractLimitAndOffsetSupport<T extends LimitAndOffsetOperations<T,M> & ForAndWaitOperations<T> & OrderByOperations<T> & Buildable<M>, M> Abstract base class for query DSL implementations.AbstractUpdateDSL<M,D extends AbstractUpdateDSL<M, D>> BooleanOperations<T extends BooleanOperations<T>>DSL for building count queries.Represents a function that can be used to create a general count method.Represents a function that can be used to create a simplified delete method.HavingOperations<F extends BooleanOperations<F>>JoinOperations<F extends BooleanOperations<F>>JoinOperations.JoinOnGatherer<F extends BooleanOperations<?>>Represents a function that can be used to create a general select method.Represents a function that can be used to create a general update method.WhereOperations<F extends BooleanOperations<F>>Base class for DSLs that support where clauses - which is every DSL except Insert.WhereOrHavingApplier<T extends WhereOrHavingApplier<T>>