public class QueryTraceableSqlStringFilter extends Object implements SqlStringFilter
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SimpleTraceableSqlStringFilter |
_filter |
| コンストラクタと説明 |
|---|
QueryTraceableSqlStringFilter(Method actionMethod,
TraceableSqlAdditionalInfoProvider additionalInfoProvider) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
filterEntityUpdate(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of entity update, insert and delete.
|
String |
filterOutsideSql(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of outside-SQL.
|
String |
filterProcedure(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of procedure call.
|
String |
filterQueryUpdate(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of query update, insert and delete (by condition-bean).
|
String |
filterSelectCB(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of select by condition-bean.
|
QueryTraceableSqlStringFilter |
markingAtFront() |
protected SimpleTraceableSqlStringFilter |
newSimpleTraceableSqlStringFilter(Method actionMethod,
TraceableSqlAdditionalInfoProvider additionalInfoProvider) |
protected final SimpleTraceableSqlStringFilter _filter
public QueryTraceableSqlStringFilter(Method actionMethod, TraceableSqlAdditionalInfoProvider additionalInfoProvider)
protected SimpleTraceableSqlStringFilter newSimpleTraceableSqlStringFilter(Method actionMethod, TraceableSqlAdditionalInfoProvider additionalInfoProvider)
public String filterSelectCB(BehaviorCommandMeta meta, String executedSql)
SqlStringFilterfilterSelectCB インタフェース内 SqlStringFiltermeta - The meta information of the behavior command. (NotNull)executedSql - The string of actually-executed SQL. (NotNull)public String filterEntityUpdate(BehaviorCommandMeta meta, String executedSql)
SqlStringFilterfilterEntityUpdate インタフェース内 SqlStringFiltermeta - The meta information of the behavior command. (NotNull)executedSql - The string of actually-executed SQL. (NotNull)public String filterQueryUpdate(BehaviorCommandMeta meta, String executedSql)
SqlStringFilterfilterQueryUpdate インタフェース内 SqlStringFiltermeta - The meta information of the behavior command. (NotNull)executedSql - The string of actually-executed SQL. (NotNull)public String filterOutsideSql(BehaviorCommandMeta meta, String executedSql)
SqlStringFilterfilterOutsideSql インタフェース内 SqlStringFiltermeta - The meta information of the behavior command. (NotNull)executedSql - The string of actually-executed SQL. (NotNull)public String filterProcedure(BehaviorCommandMeta meta, String executedSql)
SqlStringFilterfilterProcedure インタフェース内 SqlStringFiltermeta - The meta information of the behavior command. (NotNull)executedSql - The string of actually-executed SQL. (NotNull)public QueryTraceableSqlStringFilter markingAtFront()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.