Package org.mybatis.dynamic.sql
package org.mybatis.dynamic.sql
-
ClassDescriptionAliasableSqlTable<T extends AliasableSqlTable<T>>This class represents a criteria group with either an AND or an OR connector.Describes attributes of columns that are necessary for rendering if the column is not expected to be bound as a JDBC parameter.Describes additional attributes of columns that are necessary for binding the column as a JDBC parameter.BoundValue<T>BoundValues are added to rendered SQL as a parameter marker only.ConditionVisitor<T,
R> Constant<T>This class represents a criteria group without an AND or an OR connector.A derived column is a column that is not directly related to a table.This class represents a criteria group with a NOT.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.Defines attributes of columns that are necessary for rendering an order by expression.SqlColumn<T>SqlCriterion.AbstractBuilder<T extends SqlCriterion.AbstractBuilder<T>>