com.ibm.pdq.annotation
Annotation Type Id


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Id

Indicates that the annotated property represents a primary key column. This annotation is used by some tools that work with pureQuery beans. Therefore, this annotation is permitted in pureQuery beans, but it is ignored by the pureQuery Generator and the pureQuery Runtime.