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.
こんにちは、hibernate.hbm2ddl.auto セットの値をお聞きしたいです。スキーマが変更され、新しいテーブルが追加されるときにのみスキーマを更新したい。更新するように設定すると、エンティティが変更されたときにテーブルが更新されません。
if i set to update it doesn't update tables when entity chenges
はい、展開の他の場所に問題があるはずです。
show sql を true に切り替え、ログでエラーを確認します。
<property name="show_sql">true</property>