Related questions
Question 322 - H14-231_V1.0 discussion
An engineer wrote the following code, which items are correct about the description of the following code?
@Entity(tableName = 'user', ignoredColumns = {'ignoredColumn1', 'ignoredColumn2'} , indices = {@Index(value = {'firstName', 'lastName'), name ='name_index', unique = true)})
A.
name_index is the compound index name
B.
index values are not unique
C.
ignoredColumns indicates that the field does not need to be added to the properties of the user table
D.
The table name is user
Your answer:
0 comments
Sorted by
Leave a comment first