| Modifier and Type | Optional Element and Description | 
|---|---|
| String | catalogThe 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. | 
| String | nameName of the join table. | 
| String | schemaThe schema of the join table. | 
public abstract String name
public abstract String schema
public abstract String catalog
public abstract JoinColumn[] inverseJoinColumns
Copyright © 2017 JBoss by Red Hat. All rights reserved.