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=
"xid")
35 @
Index(name=
"idx_unique_hash_magic")
37 void setMagic(
int magic);
39 @
Index(name=
"idx_btree_age")
41 void setAge(Integer age);