Interface CompositeEntityIdentifier

    • Method Detail

      • fromString

        default EntityIdentifier fromString​(String id)
        Description copied from interface: EntityIdentifier
        Sets the identifier's value from its given String representation.
        Specified by:
        fromString in interface EntityIdentifier
        Parameters:
        id - the encoded value of the identifier.
        Returns:
        the identifier decoded from the specified String representation.
      • fromString

        CompositeEntityIdentifier fromString​(String... values)
        Sets the value of this identifier from the specified values that will be part of this composite identifier.
        Parameters:
        values - the identifier values from which this composite identifier will be built.
        Returns:
        this entity identifier.