程序包 | 说明 |
---|---|
com.fr.stable.query.restriction | |
com.fr.stable.query.restriction.impl |
限定符和类型 | 方法和说明 |
---|---|
RestrictionType |
Restriction.getType()
获取查询条件类型
|
static RestrictionType |
RestrictionType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static RestrictionType[] |
RestrictionType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
RestrictionType |
StartWithRestriction.getType() |
RestrictionType |
OrRestriction.getType() |
RestrictionType |
NotRestriction.getType() |
RestrictionType |
NotInSubQueryRestriction.getType() |
RestrictionType |
NotInRestriction.getType() |
RestrictionType |
NeqRestriction.getType() |
RestrictionType |
LtRestriction.getType() |
RestrictionType |
LteRestriction.getType() |
RestrictionType |
LikeRestriction.getType() |
RestrictionType |
InSubQueryRestriction.getType() |
RestrictionType |
InRestriction.getType() |
RestrictionType |
GtRestriction.getType() |
RestrictionType |
GteRestriction.getType() |
RestrictionType |
EqRestriction.getType() |
RestrictionType |
EndWithRestriction.getType() |
RestrictionType |
AndRestriction.getType() |