Modifier and Type | Method and Description |
---|---|
IEntityTableMapping |
getEntityTableMapping(IEntity pEntity) |
Collection<IEntityTableMapping> |
getEntityTableMappings() |
IDBSchema |
getFullDBSchema()
Returns the IDBSchema including db objects that are static and the one that are related to logical model objects.
|
IDBIndex |
getIndex(String pName) |
List<? extends IIndex> |
getIndexes() |
Set<IEntity> |
getMappedEntities() |
IModel |
getModel() |
ISequence |
getSequence(IEntity pEntity) |
ISequence |
getSequence(String pName) |
List<? extends ISequence> |
getSequences() |
ITable |
getTable(String name) |
List<? extends ITable> |
getTables() |
containsIndex, containsTable, getSourceCodeObject, getSourceCodeObjects, getViews
ITable getTable(String name) throws NoSuchTableException
getTable
in interface IDBSchema
name
- NoSuchTableException
List<? extends IIndex> getIndexes()
getIndexes
in interface IDBSchema
IDBIndex getIndex(String pName) throws NoSuchIndexException
getIndex
in interface IDBSchema
pName
- NoSuchIndexException
List<? extends ISequence> getSequences()
getSequences
in interface IDBSchema
ISequence getSequence(String pName) throws NoSuchSequenceException
getSequence
in interface IDBSchema
pName
- NoSuchSequenceException
ISequence getSequence(IEntity pEntity)
pEntity
- IEntityTableMapping getEntityTableMapping(IEntity pEntity) throws NoSuchEntityTableMappingException
pEntity
- entityNoSuchEntityTableMappingException
- if the entity has not registered any entity mapping in this physical modelCollection<IEntityTableMapping> getEntityTableMappings()
Set<IEntity> getMappedEntities()
IModel getModel()
IDBSchema getFullDBSchema()
Copyright © 2016. All Rights Reserved.