@Target(value={FIELD,METHOD})
 @Retention(value=RUNTIME)
 @Published
public @interface CompositeKeyType
CompositeKey型のプロパティに付与するアノテーション。
 
 CompositeKeyに展開できるパラメータの構造について
 CompositeKeyConvertor, 
CompositeKeyArrayConvertor| Modifier and Type | Required Element and Description | 
|---|---|
int | 
keySize
CompositeKey型のプロパティに格納する複合キーの数。
 
 CompositeKey型の配列に格納する場合は、各要素の複合キーの数を指定する。※要素ごとに複合キーの数を指定することはできない。従って、配列は同数の複合キーを持つ要素で構成する必要がある。  | 
public abstract int keySize
CompositeKey型のプロパティに格納する複合キーの数。
 
 CompositeKey型の配列に格納する場合は、各要素の複合キーの数を指定する。