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
Required Element Summary Data Type | Element Name and Description |
String |
name
|
Optional Element Summary
Optional Element Summary Data Type | Element Name and Description |
String |
schema
|
name
public abstract String name
schema
public abstract String schema
-
- Default:
- ""