24.1.46. @MapKeyTemporal
<div class="paragraph">
The [`@MapKeyTemporal`](http://docs.oracle.com/javaee/7/api/javax/persistence/MapKeyTemporal.html) annotation is used to specify that the key of `java.util.Map` association is a [`@TemporalType`](http://docs.oracle.com/javaee/7/api/javax/persistence/TemporalType.html) (e.g. `DATE`, `TIME`, `TIMESTAMP`).
</div>
<div class="paragraph">
See the [`@MapKeyTemporal` mapping](#collections-map-unidirectional-example) section for more info.
</div>
</div>
<div class="sect3">