public class SecondaryTableMetadataImpl extends Object implements SecondaryTableMetadata
SecondaryTableMetadata.| Constructor and Description |
|---|
SecondaryTableMetadataImpl(AbstractLocator locator,
javax.persistence.SecondaryTable annotation) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCatalog()
Returns the name of the catalog of the table.
|
AbstractLocator |
getLocator()
Returns the locator.
|
String |
getName()
Returns the name of the Bindable.
|
List<PrimaryKeyJoinColumnMetadata> |
getPrimaryKeyJoinColumnMetadata()
Returns the list of primary key join columns of the secondary table.
|
String |
getSchema()
Returns the name of the schema of the table.
|
List<UniqueConstraintMetadata> |
getUniqueConstraints()
Returns the list of unique constraints of the table.
|
public SecondaryTableMetadataImpl(AbstractLocator locator, javax.persistence.SecondaryTable annotation)
locator - the java locatorannotation - the annotationpublic String getCatalog()
getCatalog in interface TableMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic String getName()
getName in interface BindableMetadatapublic List<PrimaryKeyJoinColumnMetadata> getPrimaryKeyJoinColumnMetadata()
getPrimaryKeyJoinColumnMetadata in interface SecondaryTableMetadatapublic String getSchema()
getSchema in interface TableMetadatapublic List<UniqueConstraintMetadata> getUniqueConstraints()
getUniqueConstraints in interface TableMetadataCopyright © 2012-2013 Batoo. All Rights Reserved.