Class TupleBackedMap

java.lang.Object
org.springframework.data.jpa.util.TupleBackedMap
All Implemented Interfaces:
Map<String,Object>

public class TupleBackedMap extends Object implements Map<String,Object>
A Map implementation which delegates all calls to a Tuple. Depending on the provided Tuple implementation it might return the same value for various keys of which only one will appear in the key/entry set.
Since:
4.0
Author:
Jens Schauder