public interface SqlCriterionVisitor<R>
Modifier and Type | Method and Description |
---|---|
<T> R |
visit(ColumnAndConditionCriterion<T> criterion) |
R |
visit(ExistsCriterion criterion) |
<T> R visit(ColumnAndConditionCriterion<T> criterion)
R visit(ExistsCriterion criterion)
Copyright © 2016–2021 MyBatis.org. All rights reserved.