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

Packages that use ISequence
com.semarchy.mdm.runtime.model.physical   
 

Uses of ISequence in com.semarchy.mdm.runtime.model.physical
 

Methods in com.semarchy.mdm.runtime.model.physical that return ISequence
 ISequence IEntityTableMapping.getIDSequence()
          The sequence used to compute this entity IDs: The Golden ID if matching behavior is MatchingBehavior.FUZZY_MATCHING The DataEntry ID for new record if matching behavior is MatchingBehavior.EXACT_ID_MATCHING
 ISequence IPhysicalModel.getSequence(IEntity pEntity)
           
 ISequence IPhysicalModel.getSequence(String pName)
           
 

Methods in com.semarchy.mdm.runtime.model.physical that return types with arguments of type ISequence
 List<? extends ISequence> IPhysicalModel.getSequences()
           
 



Copyright © 2015. All Rights Reserved.