org.hibernate.envers
Annotation Type AuditTable


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

Author:
Adam Warski (adam at warski dot org)

Required Element Summary
 String value
           
 
Optional Element Summary
 String catalog
           
 String schema
           
 

Element Detail

value

public abstract String value

schema

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

catalog

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


Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.