// Import対象テーブル毎に処理し、指定に応じてロックフラグを立てる
List<String> list = bean.getImportTargetTableList();
for (String tableName : list) {
ImportTargetTableBean targetTable = bean.getTargetTable(tableName);
ImportTableLockType lockType = targetTable.getLockType();
ImportTableLockedOperation operation = targetTable.getLockedOperation();
String serchCondition = targetTable.getSearchCondition();
LOG.info("TG-IMPORTER-02009",
tableName, lockType, operation, serchCondition);