Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement multimap #258

Open
zazi opened this issue Aug 26, 2016 · 1 comment
Open

implement multimap #258

zazi opened this issue Aug 26, 2016 · 1 comment

Comments

@zazi
Copy link

zazi commented Aug 26, 2016

@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?

@dr0i
Copy link
Member

dr0i commented Oct 25, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants