[hibernate-dev] Accessing metadata when SF is build the legacy way

2015-11-18 Thread Koen Serneels
Hi. I'm digging up an older question (https://www.mail-archive.com/hibernate-dev@lists.jboss.org/msg12872.html)I asked about modifying mapping metadata in H5. In short; I want to change the mutability flag of mappings programmatically. Using H4 there was a method called "getClassMappings" on or

Re: [hibernate-dev] Hibernate5 migration

2015-08-12 Thread Koen Serneels
just looking for a way to migrate it to H5 keeping the same functionality we have been using (extract the create/drop DDL from a live SF as fast as possible) Thanks, Koen. From: Steve Ebersole [mailto:st...@hibernate.org] Sent: donderdag 13 augustus 2015 4:24 To: Koen Serneels

[hibernate-dev] Hibernate5 migration

2015-08-12 Thread Koen Serneels
Hi, I'm migrating from Hibernate4 to 5(RC4). While doing so I'm stumbling on some stuff that has been removed or moved. - In Hibernate4 we modified mappings on-the-fly by overriding Spring's LocalSessionFactoryBean#buildSessionFactory. Doing so we could first access the getClassMapping on