• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

StandardServiceRegistryBuilder v/s ServiceRegistryBuilder

 
Ranch Hand
Posts: 251
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

why StandardServiceRegistryBuilder class is launched and how this is different from ServiceRegistryBuilder class? and why ServiceRegistryBuilder class is deprecated now?

do you know the exact hibernate api version where these classes launched?

as i can see, both classes package are different:
org.hibernate.service.ServiceRegistryBuilder
org.hibernate.boot.registry.StandardServiceRegistryBuilder;
 
Thakur Sachin Singh
Ranch Hand
Posts: 251
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
got some answers myself:
org.hibernate.service.ServiceRegistryBuilder launched in 4.0 version
org.hibernate.boot.registry.StandardServiceRegistryBuilder launched in 4.3 version

but my initial question is same:
hy StandardServiceRegistryBuilder class is launched and how this is different from ServiceRegistryBuilder class? and why ServiceRegistryBuilder class is deprecated now?
 
reply
    Bookmark Topic Watch Topic
  • New Topic