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
           
 java.lang.String schema
           
 

Element Detail

value

public abstract java.lang.String value

schema

public abstract java.lang.String schema
Returns:
The schema of the table. Defaults to the schema of the annotated entity.
Default:
""

catalog

public abstract java.lang.String catalog
Returns:
The catalog of the table. Defaults to the catalog of the annotated entity.
Default:
""