Questo contenuto non è disponibile nella lingua selezionata.
8.4. Components as Map Indices
The
<composite-map-key>
element allows you to map a component class as the key of a Map
. Ensure that you override hashCode()
and equals()
correctly on the component class.