public final class ExpressionExtractUtil extends Object
| 构造器和说明 |
|---|
ExpressionExtractUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<AndPredicate> |
getAndPredicates(ExpressionSegment expression)
Get and predicate collection.
|
static List<ParameterMarkerExpressionSegment> |
getParameterMarkerExpressions(Collection<ExpressionSegment> expressions)
Get parameter marker expression collection.
|
public static Collection<AndPredicate> getAndPredicates(ExpressionSegment expression)
expression - expression segmentpublic static List<ParameterMarkerExpressionSegment> getParameterMarkerExpressions(Collection<ExpressionSegment> expressions)
expressions - expression collectionCopyright © 2022 The Apache Software Foundation. All rights reserved.