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