com.ibm.pdq.annotation

Annotation Type Id


@Target(value={METHOD,FIELD})


@Retention(value=RUNTIME)


public @interface Id
Indicates that the annotated property represents a Identity column for the purposes of Nested Query Bean support. This annotation is used by the pureQuery Generator and the pureQuery Runtime to support Nested Query Beans.

A bean can contain more than one @Id annotation if the bean has a "composite" key.