Valid 1Z0-898 Dumps shared by ExamDiscuss.com for Helping Passing 1Z0-898 Exam! ExamDiscuss.com now offer the newest 1Z0-898 exam dumps, the ExamDiscuss.com 1Z0-898 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1Z0-898 dumps with Test Engine here:
The developer has defined the following entity class office: @ Entity public class Office { @ Id private int id; private String name; @OneToMany private List<Room> rooms; } Which of the following attributes will be in corresponding generated static metamodel class for the rooms' field?
Correct Answer: C
Explanation/Reference: * Annotation Type OneToMany Defines a many-valued association with one-to-many multiplicity. * Interface ListAttribute<X,E> Type Parameters: X - The type the represented List belongs to E - The element type of the represented List Incorrect: not A: A collection cannot reprecent a one to many relationship. Reference: javax.persistence, Annotation Type OneToMany