saveOrUpdate(),andpersist()is used to store an object into the database, but there are some significant differences between them. TheSession.save()method does an INSERT to store the object into the database and it also returns the identifier ...
where you use pro States, and during certain conditions, VM's can be LIVE migrated to certain nodes in the cluster, and some of the nodes will be shutdown for power saving for example, then when required the servers are started, and the guests are moved back for full...
Ask Question Home Interview Questions J2EE Hibernate What is the advantage of Hibernate over jdbc?Interview Candidate Nov 20th, 2006 16 23083 Hibernate Answer First Prev Next Last Showing Answers 1 - 16 of 16 Answersraj shekar Nov 20th, 2006 As such you cannot compare Hibernate with JDBC....
interview questions hibernate postedSep 9, 2017byanonymous Share this question 1 Answer 0votes Hibernate uses proxy object to support lazy loading. Basically when you load data from tables, hibernate doesn’t load all the mapped objects. As soon as you reference a child or lookup object via get...
interview questions framework postedOct 9, 2017bySourav Kumar Share this question 1 Answer 0votes The Hibernate framework uses the hibernate.cfg.xml and other optional files for configuring the ORM runtime. This article is discussing about the configuration files of Hibernate. ...
Interview & Career Tips Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the down...
Ask Question Home Interview Questions J2EE Hibernate How to create primary key using hibernate?Interview Candidate Oct 23rd, 2006 17 26382 Hibernate Answer First Prev Next Last Showing Answers 1 - 17 of 17 Answerssiddharth Oct 25th, 2006 In your hbm.xml file use field.this field create a...