public class JoinTableMetadaImpl extends java.lang.Object implements JoinTableMetadata
JoinTableMetadata.| Constructor and Description |
|---|
JoinTableMetadaImpl(AbstractLocator locator,
javax.persistence.JoinTable annotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCatalog()
Returns the name of the catalog of the table.
|
java.util.List<JoinColumnMetadata> |
getInverseJoinColumns()
Returns the list of inverse join columns of the table.
|
java.util.List<JoinColumnMetadata> |
getJoinColumns()
Returns the list of join columns of the table..
|
AbstractLocator |
getLocator()
Returns the locator.
|
java.lang.String |
getName()
Returns the name of the Bindable.
|
java.lang.String |
getSchema()
Returns the name of the schema of the table.
|
java.util.List<UniqueConstraintMetadata> |
getUniqueConstraints()
Returns the list of unique constraints of the table.
|
public JoinTableMetadaImpl(AbstractLocator locator, javax.persistence.JoinTable annotation)
locator - the locatorannotation - the annotationpublic java.lang.String getCatalog()
getCatalog in interface TableMetadatapublic java.util.List<JoinColumnMetadata> getInverseJoinColumns()
getInverseJoinColumns in interface JoinTableMetadatapublic java.util.List<JoinColumnMetadata> getJoinColumns()
getJoinColumns in interface JoinTableMetadatapublic AbstractLocator getLocator()
getLocator in interface LocatableMatadatapublic java.lang.String getName()
getName in interface BindableMetadatapublic java.lang.String getSchema()
getSchema in interface TableMetadatapublic java.util.List<UniqueConstraintMetadata> getUniqueConstraints()
getUniqueConstraints in interface TableMetadataCopyright © 2012-2013 Batoo Software & Consultancy. All Rights Reserved.