19 package testsuite.clusterj.model;
21 import com.mysql.clusterj.annotation.Index;
22 import com.mysql.clusterj.annotation.PersistenceCapable;
23 import com.mysql.clusterj.annotation.PrimaryKey;
25 @PersistenceCapable(
table=
"t_basic")
26 @PrimaryKey(column=
"id")
37 @
Index(name=
"idx_unique_hash_magic")
39 void setMagic(
int magic);
41 @
Index(name=
"idx_btree_age")
43 void setAge(Integer age);