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
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
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