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 Detail

      • createEntityId

        java.lang.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

        java.lang.String createEntityId​(EntityData object)

        Creates a compound Id for an arbitrary EntityData object.

        Parameters:
        object - the object
        Returns:
        compound ID