All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
BasicMapId

public interface MapId extends Map<String,Object>
Interface that represents the id of a persistent entity, where the keys correspond to the entity's JavaBean properties.
Author:
Matthew T. Adams, Mark Paluch
  • Method Details

    • with

      MapId with(String name, @Nullable Object value)
      Builder method that adds the value for the named property, then returns this.
      Parameters:
      name - The property name containing the value.
      value - The property value.
      Returns:
      this