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.
OpenJPAアプリケーションの展開時にデータベース内のテーブルを自動的に更新するように指示する方法はありますか?
OpenJPA
休止状態にはプロパティがあることを知っています:
<prop key="hibernate.hbm2ddl.auto">update</prop>
に似たようなものはありOpenJPAますか?
はい:
<property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>
http://openjpa.apache.org/builds/2.2.0/apache-openjpa/docs/ref_guide_conf_jdbc.html#openjpa.jdbc.SynchronizeMappings
セバスチャン