There is a cfg.buildSessionFactory()  Has been one for nearly 10 years. 
It is deprecated (as is the whole Configuration class really when you 
get down to it and start talking 5.0).  It is the deprecation that 
Galder asked about.

On 04/10/2013 04:17 AM, Sanne Grinovero wrote:
> Why don't we add a simplified
>
>      cfg.buildSessionFactory();
>
> as well?
>
> I understand the importance of the ServiceRegistry, still many won't
> need/understand it: thousands of students would be grateful.
>
> Sanne
>
>
> On 10 April 2013 02:31, Strong Liu <st...@hibernate.org> wrote:
>> StandardServiceRegistryBuilder builder = new 
>> StandardServiceRegistryBuilder();
>> StandardServiceRegistry serviceRegistry = builder.build();
>> cfg.buildSessionFactory(serviceRegistry);
>>
>> On Apr 9, 2013, at 8:28 PM, Galder Zamarreño <gal...@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
>>> gal...@redhat.com
>>> twitter.com/galderz
>>>
>>> Project Lead, Escalante
>>> http://escalante.io
>>>
>>> Engineer, Infinispan
>>> http://infinispan.org
>>>
>>>
>>> _______________________________________________
>>> hibernate-dev mailing list
>>> hibernate-dev@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>> -------------------------
>> Best Regards,
>>
>> Strong Liu <stliu at hibernate.org>
>> http://about.me/stliu/bio
>>
>>
>>
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to