public class DefaultNodeAdviceFactory extends Object implements NodeAdviceFactory
INLOOP_LIKE_CONTAIN, INLOOP_LIKE_PREFIX, INLOOP_LIKE_SUFFIX| コンストラクタと説明 |
|---|
DefaultNodeAdviceFactory() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BoundValueTracer |
createBoundValueTracer(List<String> nameList,
String expression,
String specifiedSql,
ParameterCommentType commentType) |
FilteringBindOption |
createInLoopLikeSearchOption(String likeDirection) |
public BoundValueTracer createBoundValueTracer(List<String> nameList, String expression, String specifiedSql, ParameterCommentType commentType)
createBoundValueTracer インタフェース内 NodeAdviceFactorynameList - 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)public FilteringBindOption createInLoopLikeSearchOption(String likeDirection)
createInLoopLikeSearchOption インタフェース内 NodeAdviceFactorylikeDirection - It might be the direction of like-search, e.g. likePrefix (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.