1. Hibernate hbm2ddl.auto update does not drop columns with mysql stackoverflow.comIts adds new ones, but as far as I can see it does not drop the old ones ? When I say old ones, I mean properties of entity objects that are ... |
2. hibernate.hbm2ddl.auto "create-drop" with camelCase tables? forum.hibernate.orgIs there a way to get the hbm2ddl feature to generate table names that match class names, including capitalization? I'm trying to use seam-gen to reverse engineer a database, but the lower case table names make the code unreadable. Is this behavior configurable? Does anybody know where the DDL creation happens so I could manipulate it myself? |
3. hbm2ddl on mysql, updating indexes and create-drop forum.hibernate.org |
4. How programmatically run hbm2ddl, create-drop forum.hibernate.orgI would like to programmatically do the equivalent of setting the following property: |