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