Huawei H14-231_V1.0 Question Answer
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)})