クラスを使用していてInsertStatement
、シーケンス生成コードを渡したいです。それ、どうやったら出来るの?以下を試してみましたが、うまくいきませんでした。
InsertStatement statement1 = new InsertStatement("saas", "OAuth2AppTemplate");
statement1.addColumnValue("id",
new SelectSequencesStatement("saas.seq.nextval"));
入力はありますか?