Why choose hibernate as ORM tools

Why choose hibernate as ORM tools

Answer: Below are points:

  • It provides mapping from Java classes to the database tables also from Java data types to the SQL data types.
  • It also provides data query generation and retrieval functionality.
  • Hibernate generates SQL calls and relieves programmer from manual result set handling and later object conversion process.
  • Applications if use hibernate are completely portable to supported any SQL databases with little or no performance overhead

Leave a Reply

Your email address will not be published. Required fields are marked *