ML Wiki
Machine Learning Wiki - A collection of ML concepts, algorithms, and resources.

Hibernate interview questions

Hibernate

  • Benefits and risks of using Hibernate
  • What is a SessionFactory? Is it a thread-safe object?
  • What is the difference between merge and update
  • What is Hibernate Query Language (HQL)?
  • Lazy loading
  • What do you mean by Named – SQL query and how to invoke it?
  • What is the difference between sorted and ordered collection in hibernate?
  • Difference between get() and load()
  • What are the entity states in Hibernate
  • Hierarchy-to-tables mapping strategies
  • ORM incompatibility
  • What are the Collection types in Hibernate ?