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.
|
ConditionVisitor<T,R> | |
SortSpecification |
Defines attributes of columns that are necessary for rendering an order by expression.
|
SqlBuilder | |
VisitableCondition<T> |
Class | Description |
---|---|
AbstractColumnComparisonCondition<T> | |
AbstractListValueCondition<T> | |
AbstractNoValueCondition<T> | |
AbstractSingleValueCondition<T> | |
AbstractSubselectCondition<T> | |
AbstractTwoValueCondition<T> | |
Constant | |
SqlColumn<T> | |
SqlColumn.Builder | |
SqlCriterion<T> | |
SqlCriterion.Builder<T> | |
SqlTable | |
StringConstant |
Copyright © 2016–2019 MyBatis.org. All rights reserved.