Question 1
The annotation that is used to identify the primary keyattribute of a class.
Group of answer choices
Id
Column
Entity
OneToMany
Question 2
The entity manager method that selects a row from a table givena primary key.
Group of answer choices
getEntity
close
find
persist
Question 3
The annotation that is used to identify the tale that the classis mapped to.
Group of answer choices
Temporal
Id
Table
Entity
Question 4
The annotation that specifies the field in a table that theattribute is mapped to.
Group of answer choices
Column
Id
Entity
OnToMany
Flag this Question
Question 5
The annotation that specifies that a Java class is to be mappedto a table
Group of answer choices
Temporal
Id
Entity
Column