187188189190191192193194195196197
} LOG.info("レコードロック用のDDLを生成しています: {}", output); try { FileOutputStream stream = FileUtils.openOutputStream(output); try { generator.appendTo(stream); } finally { stream.close(); } } catch (IOException e) { LOG.error("レコードロック用のDDL生成に失敗しました", e);