public interface IEntityTableMapping
Modifier and Type | Method and Description |
---|---|
IEntity |
getEntity() |
IPhysicalModel |
getPhysicalModel()
Deprecated.
|
ITable |
getTable(String pTableType) |
Collection<ITable> |
getTables() |
Set<String> |
getTableTypes() |
Collection<ITable> getTables()
ITable getTable(String pTableType) throws NoSuchTableException
pTableType
- NoSuchTableException
- if the type does not match any table definitionIEntity getEntity()
@Deprecated IPhysicalModel getPhysicalModel()
Copyright © 2017. All rights reserved.