Interface XmlImportableMultiple<T>

Type Parameters:
T - is the type of the object
All Superinterfaces:
XmlImportableBase<T>
All Known Implementing Classes:
AttributeAssign, AttributeAssignValue, AttributeDefScope

public interface XmlImportableMultiple<T> extends XmlImportableBase<T>
Hibernated object which can be imported into. There can be multiple in the DB based on business key (e.g. milti-assign)
  • Method Details

    • xmlRetrieveByIdOrKey

      T xmlRetrieveByIdOrKey(Collection<String> idsToIgnore)
      retrieve from db by id or key. throws exception if duplicate
      Parameters:
      idsToIgnore - these are ids already processed, do not pick these
      Returns:
      the object or null if not found