Home » JAVA Programming » Java Basic » Question
  1. Which one of the following annotations is not used in Hibernate?
    1. @Basic
    2. @Entity
    3. @Query
    4. @Column
    5. None of these
Correct Option: C

@Query is not an annotation used in Hibernate.



Your comments will be displayed only after manual approval.