Hi Steve,
thank you very much for the prompt answer, got it.
I just created 2 pull-requests for branch 4.2, maybe next week's someone of you
developers can take a look into...
https://github.com/hibernate/hibernate-orm/pull/501 testcase and patch
proposal for HHH-8154
https://github.com/hibe
Hi,
Re:
http://docs.jboss.org/hibernate/orm/4.2/quickstart/en-US/html_single/#hibernate-gsg-tutorial-basic-test
The code there to build a session factory is deprecated, in particular the
parameter-less buildSessionFactory(), what's the correct way to build a session
factory?
I'm doing this f
The unique constraint changes are reverted in 4.1.12-SNAPSHOT.
I'm following this discussion up with
https://hibernate.atlassian.net/browse/HHH-8162. Any further comments, please
leave them there. Thanks!
Brett Meyer
Red Hat Software Engineer, Hibernate
- Original Message -
From: "Br
StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
StandardServiceRegistry serviceRegistry = builder.build();
cfg.buildSessionFactory(serviceRegistry);
On Apr 9, 2013, at 8:28 PM, Galder ZamarreƱo wrote:
> Hi,
>
> Re:
> http://docs.jboss.org/hibernate/orm/4.2/quicks