Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the purpose and activity of SessionFactory in
hibernate?

Answer Posted / ankur

Configuration object is used to create a SessionFactory object which inturn configures Hibernate for the application using the supplied configuration file and allows for a Session object to be instantiated. The SessionFactory is a thread safe object and used by all the threads of an application.

The SessionFactory is is heavyweight object so usually it is created during application start up and kept for later use. You would need one SessionFactory object per database using a separate configuration file. So if you are using multiple databases then you would have to create multiple SessionFactory objects.

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a j2ee container?

1058


What is java secure socket extension (jsse)?

1117


Is a relationship java?

945


What is callback methods Component methods called by the container to notify the component of important events in its life cycle?

1005


What is architecture neutral in java?

1063


What is j2ee tutorial?

1176


What are the advantages of object-relational mapping (orm)?

917


What is form-based authentication?

1016


What is advance java?

990


Is java a web technology?

1011


to update a batch in a table in jdbc which method of statement object is used

2140


Differentiate between .ear, .jar and .war files.

1210


What is the preferred size of a component in java?

921


What is single tier architecture in java?

973


Define hashtable in j2ee?

1053