public interface IPKAttribute extends IEntityAttribute, IColumnAttribute
ATTRIBUTE_PREFIX
SEP
Modifier and Type | Method and Description |
---|---|
IDGeneratorType |
getIDGeneratorType()
For an IEntity with
MatchingBehavior.FUZZY_MATCHING this
indicates the way Golden IDs are generated. |
PKType |
getPKType()
Deprecated.
since Convergence MDM 2.1 use
IEntity.getMatchingBehavior() and
getIDGeneratorType() instead |
int |
getSequenceStartsWith()
The Sequence Starts With value when
getIDGeneratorType() is IDGeneratorType.SEQUENCE |
boolean |
isSearchable() |
getDeclaringEntity
getPrefixedUniqueName, getUniqueName
getDataTypeInfo, getLength, getLogicalType, getLov, getPhysicalName, getPhysicalType, getPrecision, getScale, getValueSeparator, isMultiValued
getName
PKType getPKType()
IEntity.getMatchingBehavior()
and
getIDGeneratorType()
insteadIDGeneratorType getIDGeneratorType()
MatchingBehavior.FUZZY_MATCHING
this
indicates the way Golden IDs are generated. For an IEntity with
MatchingBehavior.EXACT_ID_MATCHING
this indicates how IDs are
generated in Data Entry.int getSequenceStartsWith()
getIDGeneratorType()
is IDGeneratorType.SEQUENCE
boolean isSearchable()
Copyright © 2015. All Rights Reserved.