Package org.hibernate.envers
Annotation Type AuditJoinTable
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface AuditJoinTable
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcatalogThe catalog of the join table.JoinColumn[]inverseJoinColumnsThe foreign key columns of the join table which reference the primary table of the entity that does not own the association (i.e.java.lang.StringnameName of the join table.java.lang.StringschemaThe schema of the join table.
-
-
-
-
inverseJoinColumns
JoinColumn[] inverseJoinColumns
The foreign key columns of the join table which reference the primary table of the entity that does not own the association (i.e. the inverse side of the association).- Default:
- {}
-
-