|
||||||||||
前 次 | フレームあり フレームなし |
SQLInterfaceEvent を使用しているパッケージ | |
---|---|
org.dyndns.nuda.mapper.connection | トランザクションイベントを実現するためのJDBC基本クラスが含まれます |
org.dyndns.nuda.mapper.event | SQLインタフェーストランザクションイベント関連機能を提供します |
org.dyndns.nuda.mapper.event.implementation | SQLインタフェーストランザクションイベント用のイベントクラスを含みます |
org.dyndns.nuda.mapper.connection での SQLInterfaceEvent の使用 |
---|
SQLInterfaceEvent を返す org.dyndns.nuda.mapper.connection のメソッド | |
---|---|
SQLInterfaceEvent |
SQLInterfaceConnection.getCurrentEvent()
|
SQLInterfaceEvent 型のパラメータを持つ org.dyndns.nuda.mapper.connection のメソッド | |
---|---|
void |
SQLInterfaceConnection.commitWith(SQLInterfaceEvent event)
|
void |
SQLInterfaceConnection.rollbackWith(SQLInterfaceEvent event)
|
void |
SQLInterfaceConnection.setCurrentEvent(SQLInterfaceEvent event)
|
org.dyndns.nuda.mapper.event での SQLInterfaceEvent の使用 |
---|
SQLInterfaceEvent 型の型パラメータを持つ org.dyndns.nuda.mapper.event のクラス | |
---|---|
interface |
SQLInterfaceEventListener<T extends SQLInterfaceEvent>
SQLインタフェースイベントを捕捉するためのリスナインタフェースです |
SQLInterfaceEvent 型の型パラメータを持つ org.dyndns.nuda.mapper.event のメソッド | ||
---|---|---|
|
SQLInterfaceEventProcessor.addEventListener(SQLInterfaceEventListener<T> listener)
イベントプロセッサにSQLインタフェースイベントリスナを登録します |
SQLInterfaceEvent 型のパラメータを持つ org.dyndns.nuda.mapper.event のメソッド | |
---|---|
void |
SQLInterfaceEventProcessor.broadcast(SQLInterfaceEvent event)
イベントプロセッサに対して引数に指定されたSQLインタフェースイベントを配信します |
org.dyndns.nuda.mapper.event.implementation での SQLInterfaceEvent の使用 |
---|
SQLInterfaceEvent を実装している org.dyndns.nuda.mapper.event.implementation のクラス | |
---|---|
class |
DeleteEvent
SQL DELETEを表すSQLインタフェースイベントです |
class |
InsertEvent
SQL INSERTを表すSQLインタフェースイベントです |
class |
ManualTransactionEvent
ユーザベーストランザクション制御イベントを表すSQLインタフェースイベントです |
class |
RollBackEvent
トランザクションがロールバックされたことを表すSQLインタフェースイベントです |
class |
UpdateEvent
SQL UPDATEを表すSQLインタフェースイベントです |
SQLInterfaceEvent 型のパラメータを持つ org.dyndns.nuda.mapper.event.implementation のメソッド | |
---|---|
int |
UpdateEvent.compareTo(SQLInterfaceEvent o)
|
int |
RollBackEvent.compareTo(SQLInterfaceEvent o)
|
int |
ManualTransactionEvent.compareTo(SQLInterfaceEvent o)
|
int |
InsertEvent.compareTo(SQLInterfaceEvent o)
|
int |
DeleteEvent.compareTo(SQLInterfaceEvent o)
|
|
||||||||||
前 次 | フレームあり フレームなし |