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 |
What is @embeddedid in hibernate?
What is lazyinitializationexception in hibernate?
What is relationship database?
What is HibernateTemplate class?
Why do we need hibernate in java?
Why orm tool is being used?
How can we reduce database write action times in Hibernate?
What are the annotations used in hibernate?
What are pojos and what’s their significance?
What is difference between save and update in hibernate?
How to create foreign key in hibernate annotation?
What is @id in hibernate?