Which of the following statements are correct w.r.t. entity bean?
Every entity must have a primary key
It is not necessary to define primary key for an Entity
@Primary annotation is used for denoting a simple primary key
All the above