Is there any solution to get the full "CREATE TABLE"-Statement from an Entity in Hibernate?
I want to iterate through my Entities from my EntityManager and want to output the Statement for each Entity. Even Google didn't helped me, because there are only Topics where people want to automatically create the tables with hibernate.
I want to get these Statements so I can copy them and later execute them on another database.
Thanks and best regards!