18 package testsuite.clusterj.model;
20 import com.mysql.clusterj.annotation.Column;
21 import com.mysql.clusterj.annotation.Index;
22 import com.mysql.clusterj.annotation.Indices;
23 import com.mysql.clusterj.annotation.PersistenceCapable;
24 import com.mysql.clusterj.annotation.PrimaryKey;
60 @PersistenceCapable(
table=
"stringtypes")
61 @PrimaryKey(column=
"id")
70 String getString_null_hash();
71 void setString_null_hash(
String value);
75 String getString_null_btree();
76 void setString_null_btree(
String value);
80 String getString_null_both();
81 void setString_null_both(
String value);
84 String getString_null_none();
85 void setString_null_none(
String value);
89 String getString_not_null_hash();
90 void setString_not_null_hash(
String value);
94 String getString_not_null_btree();
95 void setString_not_null_btree(
String value);
99 String getString_not_null_both();
100 void setString_not_null_both(
String value);
103 String getString_not_null_none();
104 void setString_not_null_none(
String value);