order « Schema « JPA Q&A





1. Auto-creating schema with order-by columns on many-to-many    forum.hibernate.org

I have a mapping class which specifies a mapping relationship which looks like this: The updated column is on the many-to-many join table group_permission. When I use hbm2ddl.auto to create the schema automatically obviously it has no way to know what the udpated column is and doesn't create it. Is there ...

2. Upgrade to 3, Problem with Schema table column ordering    forum.hibernate.org

Hi All, We've upgraded from an older version of hibernate to the latest and greatest only to discover that we have a problem when we try to migrate the data (100M + rows :~ ) The causes seems to lie with the schema created. The two schemes produce different coloum ordering for the bean properties. Therefore wondering if anyone has encountered ...