A developer defines an entity class
Student.java and use the following code to construct the table:
@Entity(tableName ="student", ignoredColums
=["ignoredColumn1","ignoredColumn2", indices
= (@Index(value =("firstName.","lastName",
name="name_index", unique = true)))
pub1ic class User extends OrmObject{
@PrimaryKey(autoGenerate= true)
private Integer userld;
private String firstName;
private String lastName;
private int age;
private doub1e balance;
private int ignoredColumn1;
private int ignoredColumn2;
}
Which of the following descriptions of this code is wrong?
Pamella
2 months agoElvis
2 months agoHermila
16 days agoLaurel
18 days agoRyan
1 months agoRenea
3 months agoMarkus
3 months agoHoa
1 months agoDelbert
2 months agoShonda
2 months agoDana
2 months agoLeigha
3 months agoJohnetta
3 months agoRenea
3 months agoRenea
3 months ago