Ask Question Home Interview Questions J2EE Hibernate Why we are using Hibernate?Why we are using Hibernate instead of JDBC where JDBC is less time taking than Hibernate? Interview Candidate Feb 28th, 2015 10 4320 Hibernate Answer First Prev Next Last ...
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...
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 ...
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...
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....
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...