metafacture-core icon indicating copy to clipboard operation
metafacture-core copied to clipboard

implement multimap

Open boferri opened this issue 9 years ago • 1 comments

@cboehme et al: Is it possible to implement a MultiMap interface instead of the Map interface? - We have a use case where we request a database (via SqlMap function) and the query should return multiple values for a key. I guess this requires some deeper reworks at the core, or?

boferri avatar Aug 26 '16 09:08 boferri

In the release notes of metafacture-core-4.0.0 it is said:

Removed MultiHashMap. There is no replacement for this class. Use HashMap<String, HashMap<String, String>> if necessary (see 3b534e7)

Can you use this?

dr0i avatar Oct 25 '19 07:10 dr0i