public interface ImplicitJoinTableNameSource extends ImplicitNameSource
Context for determining the implicit name for a join table.
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.
|
getBuildingContextString getOwningPhysicalTableName()
Access to the physical name of the owning entity’s primary table.
EntityNaming getOwningEntityNaming()
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 getNonOwningEntityNaming()
Access to entity naming information for the owning side.
AttributePath getAssociationOwningAttributePath()
Access to the name of the attribute, from the owning side, that defines the association.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.