public interface ImplicitJoinColumnNameSource extends ImplicitNameSource
JoinColumn
).JoinColumn
Modifier and Type | Interface and Description |
---|---|
static class |
ImplicitJoinColumnNameSource.Nature |
Modifier and Type | Method and Description |
---|---|
AttributePath |
getAttributePath()
Access to the name of the attribute that defines the association.
|
EntityNaming |
getEntityNaming()
Access to entity naming information.
|
ImplicitJoinColumnNameSource.Nature |
getNature() |
Identifier |
getReferencedColumnName()
Access the name of the column that is the target of the FK being described
|
Identifier |
getReferencedTableName()
Access the name of the table that is the target of the FK being described
|
getBuildingContext
ImplicitJoinColumnNameSource.Nature getNature()
EntityNaming getEntityNaming()
AttributePath getAttributePath()
Identifier getReferencedTableName()
Identifier getReferencedColumnName()
Copyright © 2017 JBoss by Red Hat. All rights reserved.