what is the purpose and activity of SessionFactory in
hibernate?

Answer Posted / pvc

Configure() is used for the parsing the xml file.It will
used the DOM Parser for parsing

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is j2ee a framework?

677


What is context root?

714


What is java api for xml registries (jaxr)?

740


public class ActionSearchBean extends GenericSearchBean { @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 ?

2186


What is the concept of connection pooling?

733


Why java is called portable language?

669


How java is reliable?

639


What is create method?

749


What is j2ee stand for?

653


Is j2ee a language or framework?

658


What is a java developer?

638


What do you mean by the deployment descriptor?

687


What are the j2ee technologies?

655


How many types of objects are there in java?

625


What is j2ee called now?

671