@Target(value={FIELD,METHOD})
 @Retention(value=RUNTIME)
 @Published
public @interface CompositeKeyType
CompositeKey型のプロパティに付与するアノテーション。
 
 CompositeKeyに展開できるパラメータの構造について
 | 修飾子とタイプ | 必須要素と説明 | 
|---|---|
int | 
keySize
CompositeKey型のプロパティに格納する複合キーの数。 | 
public abstract int keySize
CompositeKey型のプロパティに格納する複合キーの数。
 
 CompositeKey型の配列に格納する場合は、各要素の複合キーの数を指定する。