Ok, so you have been using the hibernate property name=”hibernate.hbm2ddl.auto” value=”update” to continuously update your database schema, but now you need a complete DDL script? Use this method from you Global Class onStart to export the DDL scripts. Just give … Continue reading
October 15, 2014
by poornerd
0 comments