Class MatchCondition
java.lang.Object
org.nervousync.database.query.condition.MatchCondition
The type Match condition.
- Version:
- $Revision : 1.0 $ $Date: 11/1/2020 17:37 $
- Author:
- Steven Wee wmkm0113@Hotmail.com
-
Method Summary
Modifier and TypeMethodDescriptioncacheKey()static MatchConditionCondition match condition.static MatchConditionDynamic match condition.Gets condition type.Gets identify key.Object[]Get match values object [ ].longGets plan code.static MatchConditiongroup(QueryCondition... queryConditions) Group match condition.
-
Method Details
-
dynamic
Dynamic match condition.- Parameters:
planCode- the plan codeidentifyKey- the identify key- Returns:
- the match condition
-
condition
Condition match condition.- Parameters:
matchValues- the match values- Returns:
- the match condition
-
group
Group match condition.- Parameters:
queryConditions- the query conditions- Returns:
- the match condition
-
getConditionType
Gets condition type.- Returns:
- the condition type
-
getPlanCode
public long getPlanCode()Gets plan code.- Returns:
- the plan code
-
getIdentifyKey
Gets identify key.- Returns:
- the identify key
-
getMatchValues
Get match values object [ ].- Returns:
- the object [ ]
-
cacheKey
-