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 |
IsEqualToWhenPresent<T> |
class |
IsGreaterThan<T> |
class |
IsGreaterThanOrEqualTo<T> |
class |
IsGreaterThanOrEqualToWhenPresent<T> |
class |
IsGreaterThanWhenPresent<T> |
class |
IsLessThan<T> |
class |
IsLessThanOrEqualTo<T> |
class |
IsLessThanOrEqualToWhenPresent<T> |
class |
IsLessThanWhenPresent<T> |
class |
IsLike<T> |
class |
IsLikeCaseInsensitive |
class |
IsLikeCaseInsensitiveWhenPresent |
class |
IsLikeWhenPresent<T> |
class |
IsNotEqualTo<T> |
class |
IsNotEqualToWhenPresent<T> |
class |
IsNotLike<T> |
class |
IsNotLikeCaseInsensitive |
class |
IsNotLikeCaseInsensitiveWhenPresent |
class |
IsNotLikeWhenPresent<T> |
Modifier and Type | Method and Description |
---|---|
FragmentAndParameters |
WhereConditionVisitor.visit(AbstractSingleValueCondition<T> condition) |
Copyright © 2016–2018 MyBatis.org. All rights reserved.