Uses of Class
nablarch.common.exclusivecontrol.ExclusiveControlTable
-
Uses of ExclusiveControlTable in nablarch.common.exclusivecontrol
Modifier and TypeMethodDescriptionprotected ExclusiveControlTable
BasicExclusiveControlManager.createExclusiveControlTableSchemaAndSqlHolder
(String tableName, String versionColumnName, String... primaryKeyColumnNames) 排他制御用テーブルのスキーマ情報からExclusiveControlTable
を生成する。protected ExclusiveControlTable
BasicExclusiveControlManager.getExclusiveControlTableHolder
(String tableName, String versionColumnName, String... primaryKeyColumnNames) 排他制御用テーブルに対応したExclusiveControlTable
を取得する。protected ExclusiveControlTable
BasicExclusiveControlManager.getExclusiveControlTableHolder
(ExclusiveControlContext context) 排他制御用テーブルに対応したExclusiveControlTable
を取得する。protected ExclusiveControlTable
BasicExclusiveControlManager.getExclusiveControlTableHolder
(Version version) 排他制御用テーブルに対応したExclusiveControlTable
を取得する。