Uses of Interface
org.eclipse.persistence.jpa.config.JoinTable
-
-
Uses of JoinTable in org.eclipse.persistence.internal.jpa.config.columns
Methods in org.eclipse.persistence.internal.jpa.config.columns that return JoinTable Modifier and Type Method Description JoinTableAssociationOverrideImpl. setJoinTable() -
Uses of JoinTable in org.eclipse.persistence.internal.jpa.config.mappings
Methods in org.eclipse.persistence.internal.jpa.config.mappings that return JoinTable Modifier and Type Method Description JoinTableAbstractRelationshipMappingImpl. setJoinTable() -
Uses of JoinTable in org.eclipse.persistence.internal.jpa.config.tables
Classes in org.eclipse.persistence.internal.jpa.config.tables that implement JoinTable Modifier and Type Class Description classJoinTableImplJPA scripting API implementation. -
Uses of JoinTable in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return JoinTable Modifier and Type Method Description JoinTableJoinTable. setCatalog(String catalog)JoinTableJoinTable. setCreationSuffix(String creationSuffix)JoinTableAssociationOverride. setJoinTable()JoinTableManyToMany. setJoinTable()JoinTableManyToOne. setJoinTable()JoinTableOneToMany. setJoinTable()JoinTableOneToOne. setJoinTable()JoinTableJoinTable. setName(String name)JoinTableJoinTable. setSchema(String schema)
-