Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Can I persist a Map containing a List as Value

Hi

I persisted a map like this:
	private Map<String, String> instructions;

How can I persist a map that contains a List as value?
	private Map<String, List<String>> instructions;

Thanks a lot!

Regards Adrian



Back to the top