to.etc.webapp.annotations
Annotation Type GdbTable


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


Required Element Summary
 java.lang.String name
          The full database name for this table.
 
Optional Element Summary
 java.lang.String prefix
          If column names should be prefixed by default, this is the table's prefix or 'shorthand'
 

Element Detail

name

public abstract java.lang.String name
The full database name for this table.

prefix

public abstract java.lang.String prefix
If column names should be prefixed by default, this is the table's prefix or 'shorthand'

Default:
""