19 package testsuite.clusterj.model;
21 import com.mysql.clusterj.annotation.Column;
22 import com.mysql.clusterj.annotation.Index;
23 import com.mysql.clusterj.annotation.Indices;
24 import com.mysql.clusterj.annotation.PersistenceCapable;
25 import com.mysql.clusterj.annotation.PrimaryKey;
55 @Index(
name=
"idx_year_null_both", columns=@Column(
name=
"year_null_both")),
56 @Index(
name=
"idx_year_not_null_both", columns=@Column(
name=
"year_not_null_both"))
58 @PersistenceCapable(
table=
"yeartypes")
59 @PrimaryKey(column=
"id")
68 Short getYear_null_hash();
69 void setYear_null_hash(Short value);
73 Short getYear_null_btree();
74 void setYear_null_btree(Short value);
77 Short getYear_null_both();
78 void setYear_null_both(Short value);
81 Short getYear_null_none();
82 void setYear_null_none(Short value);
86 short getYear_not_null_hash();
87 void setYear_not_null_hash(
short value);
91 short getYear_not_null_btree();
92 void setYear_not_null_btree(
short value);
95 short getYear_not_null_both();
96 void setYear_not_null_both(
short value);
99 short getYear_not_null_none();
100 void setYear_not_null_none(
short value);