org.jboss.envers
Annotation Type VersionsTable


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

Author:
Adam Warski (adam at warski dot org)

Required Element Summary
 java.lang.String value
           
 
Optional Element Summary
 java.lang.String catalog
          The catalog of the table.
 java.lang.String schema
          The schema of the table.
 

Element Detail

value

public abstract java.lang.String value

schema

public abstract java.lang.String schema
The schema of the table. Defaults to the schema of the annotated entity.

Default:
""

catalog

public abstract java.lang.String catalog
The catalog of the table. Defaults to the catalog of the annotated entity.

Default:
""