public class UniqueConstraintMetadataImpl extends Object implements UniqueConstraintMetadata
UniqueConstraintMetadata.| Constructor and Description |
|---|
UniqueConstraintMetadataImpl(AbstractLocator locator,
javax.persistence.UniqueConstraint annotation) |
| 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.
|
public UniqueConstraintMetadataImpl(AbstractLocator locator, javax.persistence.UniqueConstraint annotation)
locator - the java locatorannotation - the annotationpublic String[] getColumnNames()
getColumnNames in interface UniqueConstraintMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic String getName()
getName in interface BindableMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.