@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface AuditJoinTable
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
catalog
The catalog of the join table.
|
javax.persistence.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.
|
java.lang.String |
name
Name of the join table.
|
java.lang.String |
schema
The schema of the join table.
|
public abstract java.lang.String name
public abstract java.lang.String schema
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.