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.PersistenceCapable;
24 import com.mysql.clusterj.annotation.PrimaryKey;
40 @PersistenceCapable(
table=
"longintstringix")
49 void setLongix(
long value);
53 void setIntix(
int value);
57 void setStringix(
String value);
61 void setStringvalue(
String value);