How To Use Hibernate to Create Table Structures Without Creating Mappings
843859Dec 12 2007 — edited Nov 20 2014Hi All,
Is it possible to use hibernate to generate table structures from java code? i want a generic way of building tables across different databases without the need of having different SQL templates to do so. Since hibernate creates its own table structures would this be possible to do in java code if so some pointers would be much appreciated.
Thank You