public class SimpleTraceableSqlStringFilter extends Object implements SqlStringFilter, ExecutedSqlCounter
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Method |
_actionMethod |
protected TraceableSqlAdditionalInfoProvider |
_additionalInfoProvider |
protected int |
_countOfEntityUpdate |
protected int |
_countOfOutsideSql |
protected int |
_countOfProcedure |
protected int |
_countOfQueryUpdate |
protected int |
_countOfSelectCB |
protected boolean |
_markingAtFront |
protected boolean |
_suppressMarking |
| コンストラクタと説明 |
|---|
SimpleTraceableSqlStringFilter(Method actionMethod,
TraceableSqlAdditionalInfoProvider additionalInfoProvider) |
protected final Method _actionMethod
protected final TraceableSqlAdditionalInfoProvider _additionalInfoProvider
protected boolean _markingAtFront
protected boolean _suppressMarking
protected int _countOfSelectCB
protected int _countOfEntityUpdate
protected int _countOfQueryUpdate
protected int _countOfOutsideSql
protected int _countOfProcedure
public SimpleTraceableSqlStringFilter(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)protected String buildInvokeMark()
protected void doBuildInvokeMarkCaller(StringBuilder sb)
protected void doBuildInvokeMarkAdditionalInfo(StringBuilder sb)
protected String buildDeclaringClass()
protected String buildMethodName()
public SimpleTraceableSqlStringFilter markingAtFront()
public SimpleTraceableSqlStringFilter suppressMarking()
public int getTotalCountOfSql()
getTotalCountOfSql インタフェース内 ExecutedSqlCounterpublic int getCountOfSelectCB()
getCountOfSelectCB インタフェース内 ExecutedSqlCounterpublic int getCountOfEntityUpdate()
getCountOfEntityUpdate インタフェース内 ExecutedSqlCounterpublic int getCountOfQueryUpdate()
getCountOfQueryUpdate インタフェース内 ExecutedSqlCounterpublic int getCountOfOutsideSql()
getCountOfOutsideSql インタフェース内 ExecutedSqlCounterpublic int getCountOfProcedure()
getCountOfProcedure インタフェース内 ExecutedSqlCounterpublic String toLineDisp()
toLineDisp インタフェース内 ExecutedSqlCounterCopyright © 2014–2015 The DBFlute Project. All rights reserved.