com.semarchy.mdm.runtime.model.physical
Interface ISequence

All Superinterfaces:
IDBSequence

public interface ISequence
extends IDBSequence

represents a database sequence

Author:
skamel

Method Summary
 IEntity getEntity()
           
 IPhysicalModel getPhysicalModel()
           
 
Methods inherited from interface com.semarchy.mdm.runtime.model.dbschema.IDBSequence
getIncrementBy, getSequenceName, getStartWith, isOrdered
 

Method Detail

getPhysicalModel

IPhysicalModel getPhysicalModel()
Returns:
the physical model to which this sequence belongs

getEntity

IEntity getEntity()
Returns:
the entity for which this sequence is defined


Copyright © 2015. All Rights Reserved.