Which two of following statement are true. (Choose two)

Consider a persistence application with following entity:
@Entity
Public class MyEntity {
@Column (name = "FIELDA_COLUMN")
int fieldA;
int fieldB;
int fieldC;
int fieldD;
An orm.xml is packaged in the application with the following contents:


Which two of following statement are true. (Choose two)
A. fieldA is mapped to column FIELDA
B. fieldB is mapped to column NEW_COLB
C. fieldD is a persistent attribute of MyEntity
D. fieldD is not a persistence attribute of MyEntity

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.