public class IndexMetadataImpl extends Object implements IndexMetadata
IndexMetadata.| Constructor and Description |
|---|
IndexMetadataImpl(AbstractLocator locator,
Index annotation) |
IndexMetadataImpl(AbstractLocator locator,
Index annotation,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames()
Returns the list column names that make up the unique constraint.
|
AbstractLocator |
getLocator()
Returns the locator.
|
String |
getName()
Returns the name of the Bindable.
|
String |
getTable()
Returns the name of the table.
|
public IndexMetadataImpl(AbstractLocator locator, Index annotation)
locator - the java locatorannotation - the annotationpublic IndexMetadataImpl(AbstractLocator locator, Index annotation, String name)
locator - the java locatorannotation - the annotationname - field column namepublic String[] getColumnNames()
getColumnNames in interface IndexMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic String getName()
getName in interface BindableMetadatapublic String getTable()
getTable in interface IndexMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.