Multiple choice technology programming languages

what are the features of Hibernate?

  1. Object oriented Query language

  2. Transparent persistence without byte code processing

  3. High Perfomance

  4. Automatic Composite Key generation

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

Hibernate provides HQL (object-oriented query language), works with plain POJOs without bytecode instrumentation for transparent persistence, and offers high performance through caching and lazy loading. Automatic composite key generation is not a standard feature.