Interface MapId
- All Known Implementing Classes:
BasicMapId
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
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
with
Builder method that adds the value for the named property, then returnsthis
.- Parameters:
name
- The property name containing the value.value
- The property value.- Returns:
this
-