List hibernate session interface methods?



List hibernate session interface methods?..

Answer / Deepak

save(), saveOrUpdate(), get(), update(), delete(), flush(), evict(), clear(), lock(), and more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is @embeddedid in hibernate?

1 Answers  


What is lazyinitializationexception in hibernate?

1 Answers  


What is relationship database?

1 Answers  


What is HibernateTemplate class?

1 Answers  


Why do we need hibernate in java?

1 Answers  


Why orm tool is being used?

1 Answers  


How can we reduce database write action times in Hibernate?

1 Answers  


What are the annotations used in hibernate?

1 Answers  


What are pojos and what’s their significance?

1 Answers  


What is difference between save and update in hibernate?

1 Answers  


How to create foreign key in hibernate annotation?

1 Answers  


What is @id in hibernate?

1 Answers  


Categories