Re: [hibernate-dev] Hibernate5 migration

2015-11-02 Thread Scott Marlow
On 11/02/2015 11:02 AM, Steve Ebersole wrote: > This is mentioned... > https://github.com/hibernate/hibernate-orm/blob/master/migration-guide.adoc#transactions > > Its not just org.hibernate.transaction.CMTTransactionFactory that was > removed; all of the TransactionFactory classes were removed. A

Re: [hibernate-dev] Hibernate5 migration

2015-11-02 Thread Steve Ebersole
his: in some types of test we > >> actually commit data to our in-memory database. In order to clear the > >> database between tests, we simply drop and recreate the entire schema > based > >> on the DDL. This was the fastest solution with the least amount of >

Re: [hibernate-dev] Hibernate5 migration

2015-11-02 Thread Scott Marlow
DL. This was the fastest solution with the least amount of impact. >> For the record: I’m aware there are other solutions for this, but not all >> of them are feasible. I’m leaving out the details here as it would go off >> topic – at the moment I’m just looking for a way to migrat

Re: [hibernate-dev] Hibernate5 migration

2015-08-13 Thread Steve Ebersole
all > of them are feasible. I’m leaving out the details here as it would go off > topic – at the moment I’m 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) > > > > Th

Re: [hibernate-dev] Hibernate5 migration

2015-08-12 Thread Koen Serneels
; hibernate-dev@lists.jboss.org Subject: Re: [hibernate-dev] Hibernate5 migration There is a migration guide: https://github.com/hibernate/hibernate-orm/blob/master/working-5.0-migration-guide.md. It is still a work in progress as in its is not "prettified" yet (as 5.0 is not final yet.

Re: [hibernate-dev] Hibernate5 migration

2015-08-12 Thread Steve Ebersole
There is a migration guide: https://github.com/hibernate/hibernate-orm/blob/master/working-5.0-migration-guide.md. It is still a work in progress as in its is not "prettified" yet (as 5.0 is not final yet. If things are missing please let us know. Some answers inline... - In Hibernate4 we modif