Reading about Hibernate I came across warning buildSessionFactory
being deprecated in Hibernate 4 and above. As per this stackoverflow post and the docs, I used buildSessionFactory(serviceRegistry)
.
But why has it been deprecated? What are the advantages of using ServiceRegistry over the old way?