Question - What are the key benifits of Hibernate?
Answer -
These are the key benifits of Hibernate:
Transparent persistence based on POJOs without byte code processing
Powerful object-oriented hibernate query language
Descriptive O/R Mapping through mapping file.
Automatic primary key generation
Hibernate cache : Session Level, Query and Second level cache.
Performance: Lazy initialization, Outer join fetching, Batch fetching