public interface ImplicitJoinTableNameSource extends ImplicitNameSource
JoinTable
Modifier and Type | Method and Description |
---|---|
AttributePath |
getAssociationOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.
|
EntityNaming |
getNonOwningEntityNaming()
Access to entity naming information for the owning side.
|
String |
getNonOwningPhysicalTableName()
Access to the physical name of the non-owning entity's primary table.
|
EntityNaming |
getOwningEntityNaming()
Access to entity naming information for the owning side.
|
String |
getOwningPhysicalTableName()
Access to the physical name of the owning entity's primary table.
|
getBuildingContext
String getOwningPhysicalTableName()
EntityNaming getOwningEntityNaming()
String getNonOwningPhysicalTableName()
EntityNaming getNonOwningEntityNaming()
AttributePath getAssociationOwningAttributePath()
Copyright © 2019 JBoss by Red Hat. All rights reserved.