Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はJava、jpsを使用してプログラムを作成しました.今、私は次のようにcosoleのログを見ることができます:
INSERT INTO XYZ (a,b,c) 値 (?, ?, ?) [org.apache.openjpa.jdbc.kernel.JDBCStoreManager$CancelPreparedStatement]
ログにクエリを挿入するために渡された値も確認したいのですが、どうすれば確認できますか?AMはjpaプロバイダーとしてopenjpaを使用しています。
openjpa.ConnectionFactoryProperties=PrintParameters=Trueを設定します。