adplus-dvertising
frame-decoration

Question

Which one of the following annotations is not used in Hibernate?

a.

@Entity

b.

@Column

c.

@Basic

d.

@Query

Answer: (d).@Query

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which one of the following annotations is not used in Hibernate?

Similar Questions

Discover Related MCQs

Q. Which one of the following is not ID generating strategy using @GeneratedValue annotation?

Q. Which one of the following is not an annotation used by Junit with Junit4?

Q. Using which annotation non visible or private method can be tested?

Q. Which of the following annotation is used to avoid execution of Junits?

Q. Which is the Parent class of annotation class?

Q. JUnits are used for which type of testing?

Q. Which of the below statement about JUnit is false?

Q. Which of the below is an incorrect annotation with respect to JUnits?

Q. Which of these is not a mocking framework?

Q. Which method is used to verify the actual and expected results in Junits?

Q. What does assertSame() method use for assertion?

Q. How to let junits know that they need to be run using PowerMock?

Q. How can we simulate if then behavior in Junits?

Q. What is used to inject mock fields into the tested object automatically?

Q. How can junits be implemented using maven?

Q. What does Liskov substitution principle specify?

Q. Which feature of java 8 enables us to create a work stealing thread pool using all available processors at its target?

Q. What does Files.lines(Path path) do?

Q. What is Optional object used for?

Q. What is the substitute of Rhino javascript engine in Java 8?