20 08 2014
QUESTION 1 The developer has defined the following entity class office: Which of the following attributes will be in corresponding generated static metamodel class for the rooms’ field? A. Public static volatile CollectionAttribute<Room> rooms; B. Public static volatile ListAttribute<Room> rooms; C. Public static volatile ListAttribute<Office, Room> rooms; D. Public static volatile SingleAttribute<Room> rooms; Answer: […]