[hibernate-dev] Correct way to build a session factory?
Strong Liu
stliu at hibernate.org
Tue Apr 9 21:31:59 EDT 2013
StandardServiceRegistryBuilder builder = new StandardServiceRegistryBuilder();
StandardServiceRegistry serviceRegistry = builder.build();
cfg.buildSessionFactory(serviceRegistry);
On Apr 9, 2013, at 8:28 PM, Galder Zamarreño <galder at redhat.com> wrote:
> 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 for a presentation, hence I want to avoid using deprecated methods :)
>
> Cheers,
> --
> Galder Zamarreño
> galder at redhat.com
> twitter.com/galderz
>
> Project Lead, Escalante
> http://escalante.io
>
> Engineer, Infinispan
> http://infinispan.org
>
>
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
-------------------------
Best Regards,
Strong Liu <stliu at hibernate.org>
http://about.me/stliu/bio
More information about the hibernate-dev
mailing list