public interface NodeAdviceFactory
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static String |
INLOOP_LIKE_CONTAIN |
static String |
INLOOP_LIKE_PREFIX |
static String |
INLOOP_LIKE_SUFFIX |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BoundValueTracer |
createBoundValueTracer(List<String> nameList,
String expression,
String specifiedSql,
ParameterCommentType commentType) |
FilteringBindOption |
createInLoopLikeSearchOption(String mightBeLikeDirection) |
BoundValueTracer createBoundValueTracer(List<String> nameList, String expression, String specifiedSql, ParameterCommentType commentType)
nameList - The list of name as path element for the value. (NotNull)expression - The expression for the value. (NotNull)specifiedSql - The specified SQL string for the value. (NotNull)commentType - The type of comment corresponding the value. (NotNull)FilteringBindOption createInLoopLikeSearchOption(String mightBeLikeDirection)
mightBeLikeDirection - It might be the direction of like-search, e.g. likePrefix (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.