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.
HQLクエリはSQLに変換されます。
データベースに送信する前に、プログラムに完全なSQL文字列を設定したいと思います。
これはできますか?
ノート:
設定することでデータベースに送信されたSQLを確認できます
<property name="hibernate.show_sql">true</property>
私のcfg.xmlで