Package | Description |
---|---|
org.mybatis.dynamic.sql | |
org.mybatis.dynamic.sql.where.condition | |
org.mybatis.dynamic.sql.where.render |
Modifier and Type | Method and Description |
---|---|
R |
ConditionVisitor.visit(AbstractSingleValueCondition<T> condition) |
Modifier and Type | Class and Description |
---|---|
class |
IsEqualTo<T> |
class |
IsGreaterThan<T> |
class |
IsGreaterThanOrEqualTo<T> |
class |
IsLessThan<T> |
class |
IsLessThanOrEqualTo<T> |
class |
IsLike |
class |
IsLikeCaseInsensitive |
class |
IsNotEqualTo<T> |
class |
IsNotLike |
class |
IsNotLikeCaseInsensitive |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
WhereConditionVisitor.visit(AbstractSingleValueCondition<T> condition) |
Copyright © 2016–2017 MyBatis.org. All rights reserved.