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;
39 @PersistenceCapable(
table=
"longintstringpk")
44 void setLongpk(
long value);
48 void setIntpk(
int value);
52 void setStringpk(
String value);
56 void setStringvalue(
String value);