public class PrimaryKeyJoinColumnMetadataImpl extends Object implements PrimaryKeyJoinColumnMetadata
UniqueConstraintMetadata.| Constructor and Description |
|---|
PrimaryKeyJoinColumnMetadataImpl(AbstractLocator locator,
javax.persistence.PrimaryKeyJoinColumn annotation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnDefinition()
Returns the raw column definition of the primary key join column.
|
AbstractLocator |
getLocator()
Returns the locator.
|
String |
getName()
Returns the name of the Bindable.
|
String |
getReferencedColumnName()
Returns the name of the referenced column of the the primary key join column.
|
public PrimaryKeyJoinColumnMetadataImpl(AbstractLocator locator, javax.persistence.PrimaryKeyJoinColumn annotation)
locator - the locatorannotation - the annotationpublic String getColumnDefinition()
getColumnDefinition in interface PrimaryKeyJoinColumnMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic String getName()
getName in interface BindableMetadatapublic String getReferencedColumnName()
getReferencedColumnName in interface PrimaryKeyJoinColumnMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.