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