public class UniqueConstraintMetadataImpl extends java.lang.Object implements UniqueConstraintMetadata
UniqueConstraintMetadata.| Constructor and Description |
|---|
UniqueConstraintMetadataImpl(AbstractLocator locator,
javax.persistence.UniqueConstraint annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getColumnNames()
Returns the list column names that make up the unique constraint.
|
AbstractLocator |
getLocator()
Returns the locator.
|
java.lang.String |
getName()
Returns the name of the Bindable.
|
public UniqueConstraintMetadataImpl(AbstractLocator locator, javax.persistence.UniqueConstraint annotation)
locator - the java locatorannotation - the annotationpublic java.lang.String[] getColumnNames()
getColumnNames in interface UniqueConstraintMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic java.lang.String getName()
getName in interface BindableMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.