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?

Answers were Sorted based on User's Feedback



what is the purpose and activity of SessionFactory in hibernate?..

Answer / shoshmi

Configuration().configure().buildSessionfactory();


what is the work of this above code..plz explain briefly

Is This Answer Correct ?    3 Yes 7 No

what is the purpose and activity of SessionFactory in hibernate?..

Answer / sk.bilal ahmed

The behaviour of a SessionFactory is controlled by
properties supplied at configuration time. These properties
are defined on Environment. Threads servicing client
requests obtain Sessions from the factory.Implementors must
be threadsafe.

Is This Answer Correct ?    7 Yes 12 No

what is the purpose and activity of SessionFactory in hibernate?..

Answer / madhusudhan reddy

What does Configure() will do here

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More J2EE Interview Questions

How will you explain load() and get() methods?

0 Answers  


What is javabeans component?

0 Answers  


On which platform j2ee is based?

0 Answers  


Is java is a high level language?

1 Answers  


public class ActionSearchBean extends GenericSearchBean<ActionDTO, Long, ActionDTO> { @Override public String search() { data.setRowCount(null); if(data.getRowCount()==0){ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } return "searchAction"; } @Override public String clear() { data.setRowCount(null); if (data.getRowCount() > 0){ data.getNoRecordFound().setRendered(false); data.getDataScroller().setRendered(true); }else{ data.getNoRecordFound().setRendered(true); data.getDataScroller().setRendered(false); } data.setModel(new ActionDTO()); data.setRowCount(null); return "searchAction"; } } what is the purpose of @Override ...what will do @Override here ?

0 Answers   Sony,


What is layout in java?

0 Answers  


Define the struts in the j2ee framework?

0 Answers  


How java is reliable?

0 Answers  


Where is java used?

0 Answers  


Is java is a technology?

0 Answers  


What are the components of awt in java?

0 Answers  


when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?

0 Answers  


Categories