Answers for "hibernate ddl auto property"

0

hibernate ddl auto property

<hibernate-configuration>
<session-factory>

<property name="hbm2ddl.auto">update</property>

</session-factory>
</hibernate-configuration>
Posted by: Guest on July-31-2021

Browse Popular Code Answers by Language