public class PrimaryKeyJoinColumnMetadataImpl extends java.lang.Object implements PrimaryKeyJoinColumnMetadata
UniqueConstraintMetadata.| Constructor and Description |
|---|
PrimaryKeyJoinColumnMetadataImpl(AbstractLocator locator,
javax.persistence.PrimaryKeyJoinColumn annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnDefinition()
Returns the raw column definition of the primary key join column.
|
AbstractLocator |
getLocator()
Returns the locator.
|
java.lang.String |
getName()
Returns the name of the Bindable.
|
java.lang.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 java.lang.String getColumnDefinition()
getColumnDefinition in interface PrimaryKeyJoinColumnMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic java.lang.String getName()
getName in interface BindableMetadatapublic java.lang.String getReferencedColumnName()
getReferencedColumnName in interface PrimaryKeyJoinColumnMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.