com.ibm.pdq.annotation
Annotation Type Table


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Table

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.


Required Element Summary

Modifier and Type Required Element and Description
 String name
           

Optional Element Summary

Modifier and Type Optional Element and Description
 String schema
           

 

Element Detail

name

public abstract String name

schema

public abstract String schema
Default:
""