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