Should you create or generate your table model?
Last weeks Hibernate Tip triggered some discussions on twitter on how you should create your database schema. Is it a good approach to generate your table model based on your entity mappings or should you create it yourself? I think that both approaches are a good first step when you implement a new application. Yes,…
