with out hibernate.cfg file ,can we initialize the database connection




Asked on May 08, 2013
with out hibernate.cfg file ,can we  initialize the database connection in hibernate.is it possible



Replied on May 10, 2013
Yes, we can initialize database connection without using hibernate.cfg.xml. 
In Hibernate Annotation, AnnotationConfiguration  provides the methods to configure database connection. If we do not want to use hibernate.cfg.xml, we need not to use .configuire method while building session factory. Find the link for example.




Replied on October 13, 2013
Good Example. Its working.


Write Answer











©2024 concretepage.com | Privacy Policy | Contact Us