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;
46 @PersistenceCapable(
table=
"binarytypes")
47 @PrimaryKey(column=
"id")
55 void setBinary1(byte[] value);
59 void setBinary2(byte[] value);
63 void setBinary4(byte[] value);
67 void setBinary8(byte[] value);
71 void setBinary16(byte[] value);
75 void setBinary32(byte[] value);
79 void setBinary64(byte[] value);
82 byte[] getBinary128();
83 void setBinary128(byte[] value);