public class JoinColumnMetadataImpl extends java.lang.Object implements JoinColumnMetadata
JoinColumnMetadata.| Constructor and Description |
|---|
JoinColumnMetadataImpl(AbstractLocator locator,
javax.persistence.JoinColumn annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnDefinition()
Returns the raw column definition of the 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 join column.
|
java.lang.String |
getTable()
Returns the table of the column.
|
boolean |
isInsertable()
Returns if the column is insertable.
|
boolean |
isNullable()
Returns if the column is nullable.
|
boolean |
isUnique()
Returns if the column is unique.
|
boolean |
isUpdatable()
Returns if the column is updatable.
|
public JoinColumnMetadataImpl(AbstractLocator locator, javax.persistence.JoinColumn annotation)
locator - the locatorannotation - the annotationpublic java.lang.String getColumnDefinition()
getColumnDefinition in interface BaseColumnMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic java.lang.String getName()
getName in interface BindableMetadatapublic java.lang.String getReferencedColumnName()
getReferencedColumnName in interface JoinColumnMetadatapublic java.lang.String getTable()
getTable in interface BaseColumnMetadatapublic boolean isInsertable()
isInsertable in interface BaseColumnMetadatapublic boolean isNullable()
isNullable in interface BaseColumnMetadatapublic boolean isUnique()
isUnique in interface BaseColumnMetadatapublic boolean isUpdatable()
isUpdatable in interface BaseColumnMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.