Uses of Interface
nablarch.core.db.statement.AutoPropertyHandler
Package
Description
データベースに対するSQL実行機能を提供する。
propertyに対する自動値設定機能を提供する。
-
Uses of AutoPropertyHandler in nablarch.core.db.statement
Modifier and TypeMethodDescriptionvoid
BasicSqlPStatement.setUpdatePreHookObjectHandlerList
(List<AutoPropertyHandler> updatePreHookObjectHandlerList) オブジェクトのフィールドへの値自動設定用ハンドラーを設定する。
オブジェクトのフィールドの値をバインド変数に設定する事前処理として、 このハンドラーを使用してフィールドに値の自動設定を行う。void
BasicStatementFactory.setUpdatePreHookObjectHandlerList
(List<AutoPropertyHandler> updatePreHookObjectHandlerList) オブジェクトのフィールドへの値自動設定用ハンドラーを設定する。
オブジェクトのフィールドの値をバインド変数に設定する事前処理として、 このハンドラーを使用してフィールドに値の自動設定を行う。 -
Uses of AutoPropertyHandler in nablarch.core.db.statement.autoproperty
Modifier and TypeClassDescriptionclass
CurrentDateTimeが設定されているフィールドにシステム日時を設定するクラス。class
フィールドのアノテーション情報を元に値を設定するクラスをサポートするクラス。class
RequestIdアノテーションが設定されているフィールドにリクエストIDを設定するクラス。
リクエストIDは、ThreadContext
から取得した値を設定する。class
UserIdアノテーションが設定されているフィールドにユーザIDを設定するクラス。
ユーザIDは、ThreadContext
から取得した値を設定する。