InterviewSolution
Saved Bookmarks
| 1. |
Which one of the following annotations is not used in Hibernate?(a) @Entity(b) @Column(c) @Basic(d) @QueryI had been asked this question in an interview for job.Enquiry is from Annotations in section Application Lifecycle & Annotations of Java |
|
Answer» Correct option is (d) @QUERY |
|