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?
Leslee
4 months agoFrancisca
5 months agoSarina
5 months agoVanna
5 months agoCristal
5 months agoDottie
5 months agoRyann
6 months agoPage
6 months agoAlaine
6 months agoEden
6 months agoAretha
6 months agoAaron
6 months agoMendy
6 months agoElsa
6 months agoPamella
11 months agoElvis
11 months agoHermila
10 months agoLaurel
10 months agoRyan
10 months agoRenea
1 year agoMarkus
1 year agoHoa
11 months agoDelbert
11 months agoShonda
11 months agoDana
12 months agoLeigha
1 year agoJohnetta
1 year agoRenea
1 year agoRenea
1 year ago