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;
37 @PersistenceCapable(
table=
"t_basic")
47 @
Index(name=
"idx_unique_hash_magic")
49 void setMagic(
int magic);
51 @
Index(name=
"idx_btree_age")
53 void setAge(Integer age);