Module org.mybatis.dynamic.sql
Package org.mybatis.dynamic.sql
-
Interface Summary Interface Description BasicColumn Describes attributes of columns that are necessary for rendering if the column is not expected to be bound as a JDBC parameter.BindableColumn<T> Describes additional attributes of columns that are necessary for binding the column as a JDBC parameter.Callback ConditionVisitor<T,R> ParameterTypeConverter<S,T> A parameter type converter is used to change a parameter value from one type to another during statement rendering and before the parameter is placed into the parameter map.SortSpecification Defines attributes of columns that are necessary for rendering an order by expression.SqlBuilder VisitableCondition<T> -
Class Summary Class Description AbstractColumnComparisonCondition<T> AbstractListValueCondition<T,S extends AbstractListValueCondition<T,S>> AbstractListValueCondition.AbstractListConditionBuilder<T,S extends AbstractListValueCondition.AbstractListConditionBuilder<T,S>> AbstractNoValueCondition<T> AbstractSingleValueCondition<T> AbstractSubselectCondition<T> AbstractTwoValueCondition<T> Constant<T> SqlBuilder.InsertIntoNextStep SqlColumn<T> SqlColumn.Builder<T> SqlCriterion<T> SqlCriterion.Builder<T> SqlTable StringConstant