Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: ca31abfe6166756b8f67392372bd4fd201827dfa
https://github.com/hibernate/hibernate-orm/commit/ca31abfe6166756b8f67392...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M working-5.0-migration-guide.md
Log Message:
-----------
HHH-9490 - Migrate from dom4j to jaxb for XML processing;
HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc);
HHH-7078 - Split NamingStrategy into ImplicitNamingStrategy/PhysicalNamingStrategy;
HHH-6005 - Better handling of implicit column naming with @ElementCollection of
@Embeddables;
HHH-9633 - Add tests that explicitly test the "main" NamingStrategy impls