Wednesday, 11 January 2017

Features of Hibernate

  • Auto DDL . We don’t have to create database first our program will create table into our database.
  • HQL (Hibernate Query Language) which provides us database independent facility.
  • Cache support.
  • Primary key generator support which means through program we can generate primary key, foreign key etc.
  • Validations using Annotation
  • Exception Free
  • ORM (Object Relational Mapping) support.
  • OGM (Object Graph Mapping) support for non-sql.
  • Searching.
  • Annotation support.
  • Connection pools for database.

No comments:

Post a Comment