Interface CometIdBuilder


public interface CometIdBuilder

Interface for ID builders.

Various methods, particularly of the ProductDataMapping interface, require a CometIdBuilder. Usually, this is one of the standard IdBuilders provided by the CometIdBuilderFactory

  • Method Details

    • createEntityId

      String createEntityId(EntityData object, EntityData parent)

      Creates a compound Id for an arbitrary EntityData object with EntityData parent.

      Parameters:
      object - the object
      parent - parent, if applicable, or null
      Returns:
      compound ID
    • createEntityId

      String createEntityId(EntityData object)

      Creates a compound Id for an arbitrary EntityData object.

      Parameters:
      object - the object
      Returns:
      compound ID