@Label(value="Table") public interface TableDescriptor extends RdbmsDescriptor, com.buschmais.jqassistant.core.store.api.model.NamedDescriptor
| Modifier and Type | Method and Description |
|---|---|
List<ColumnDescriptor> |
getColumns() |
List<IndexDescriptor> |
getIndices() |
PrimaryKeyDescriptor |
getPrimaryKey() |
List<TriggerDescriptor> |
getTriggers() |
void |
setPrimaryKey(PrimaryKeyDescriptor primaryKeyDescriptor) |
@Relation(value="HAS_PRIMARY_KEY") PrimaryKeyDescriptor getPrimaryKey()
void setPrimaryKey(PrimaryKeyDescriptor primaryKeyDescriptor)
@Relation(value="HAS_COLUMN") List<ColumnDescriptor> getColumns()
@Relation(value="HAS_INDEX") List<IndexDescriptor> getIndices()
@Relation(value="HAS_TRIGGER") List<TriggerDescriptor> getTriggers()
Copyright © 2015 buschmais GbR. All rights reserved.