| パッケージ | 説明 |
|---|---|
| org.dbflute.bhv.core | |
| org.dbflute.bhv.core.command | |
| org.dbflute.bhv.proposal.callback | |
| org.dbflute.hook |
| 修飾子とタイプ | インタフェースと説明 |
|---|---|
interface |
BehaviorCommand<RESULT>
The command of behavior.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
BehaviorCommandHook.hookBefore(BehaviorCommandMeta meta)
Hook it before the command execution.
|
void |
BehaviorCommandHook.hookFinally(BehaviorCommandMeta meta,
RuntimeException cause)
Hook it in finally clause after the command execution.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
SimpleTraceableSqlStringFilter.filterEntityUpdate(BehaviorCommandMeta meta,
String executedSql) |
String |
QueryTraceableSqlStringFilter.filterEntityUpdate(BehaviorCommandMeta meta,
String executedSql) |
String |
SimpleTraceableSqlStringFilter.filterOutsideSql(BehaviorCommandMeta meta,
String executedSql) |
String |
QueryTraceableSqlStringFilter.filterOutsideSql(BehaviorCommandMeta meta,
String executedSql) |
String |
SimpleTraceableSqlStringFilter.filterProcedure(BehaviorCommandMeta meta,
String executedSql) |
String |
QueryTraceableSqlStringFilter.filterProcedure(BehaviorCommandMeta meta,
String executedSql) |
String |
SimpleTraceableSqlStringFilter.filterQueryUpdate(BehaviorCommandMeta meta,
String executedSql) |
String |
QueryTraceableSqlStringFilter.filterQueryUpdate(BehaviorCommandMeta meta,
String executedSql) |
String |
SimpleTraceableSqlStringFilter.filterSelectCB(BehaviorCommandMeta meta,
String executedSql) |
String |
QueryTraceableSqlStringFilter.filterSelectCB(BehaviorCommandMeta meta,
String executedSql) |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected BehaviorCommandMeta |
SqlResultInfo._meta |
protected BehaviorCommandMeta |
SqlLogInfo._meta |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BehaviorCommandMeta |
SqlResultInfo.getMeta()
Get the meta information of the behavior command.
|
BehaviorCommandMeta |
SqlLogInfo.getMeta()
Get the meta information of the behavior command.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
SqlStringFilter.filterEntityUpdate(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of entity update, insert and delete.
|
String |
SqlStringFilter.filterOutsideSql(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of outside-SQL.
|
String |
SqlStringFilter.filterProcedure(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of procedure call.
|
String |
SqlStringFilter.filterQueryUpdate(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of query update, insert and delete (by condition-bean).
|
String |
SqlStringFilter.filterSelectCB(BehaviorCommandMeta meta,
String executedSql)
Filter the executed SQL of select by condition-bean.
|
void |
CallbackContext.InheritableBehaviorCommandHook.hookBefore(BehaviorCommandMeta meta) |
void |
SqlFireHook.hookBefore(BehaviorCommandMeta meta,
SqlFireReadyInfo fireReadyInfo)
Hook it before the SQL fire.
|
void |
CallbackContext.InheritableSqlFireHook.hookBefore(BehaviorCommandMeta meta,
SqlFireReadyInfo fireReadyInfo) |
void |
CallbackContext.InheritableBehaviorCommandHook.hookFinally(BehaviorCommandMeta meta,
RuntimeException cause) |
void |
SqlFireHook.hookFinally(BehaviorCommandMeta meta,
SqlFireResultInfo fireResultInfo)
Hook it in finally clause after the SQL fire.
|
void |
CallbackContext.InheritableSqlFireHook.hookFinally(BehaviorCommandMeta meta,
SqlFireResultInfo fireResultInfo) |
| コンストラクタと説明 |
|---|
SqlLogInfo(BehaviorCommandMeta meta,
String executedSql,
Object[] bindArgs,
Class<?>[] bindArgTypes,
SqlLogInfo.SqlLogDisplaySqlBuilder displaySqlBuilder) |
SqlResultInfo(BehaviorCommandMeta meta,
Object result,
SqlLogInfo sqlLogInfo,
ExecutionTimeInfo millisInfo,
RuntimeException cause) |
Copyright © 2014–2015 The DBFlute Project. All rights reserved.