FlexIdImplementation
net.comactivity.core.flexid.FlexIdImplementation
flexIdIterator
Removed
flexIdIterator()
Replace With
getFlexIds()
Note that this will return a Collection
and not an Iterator
.
getDefaultFlexId
Removed
getDefaultFlexId(metadataId, tableName, columnName)
Replace With
getDefault(metadataId, tableName, columnName)