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
4 months agoSarina
4 months agoVanna
4 months agoCristal
4 months agoDottie
5 months agoRyann
5 months agoPage
5 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
9 months agoLaurel
9 months agoRyan
10 months agoRenea
11 months agoMarkus
11 months agoHoa
10 months agoDelbert
10 months agoShonda
10 months agoDana
11 months agoLeigha
11 months agoJohnetta
11 months agoRenea
11 months agoRenea
11 months ago