Hello, I'm curious--for a simple Map field like the following:
private Map<String, String> m = new HashMap<String, String>(); What would be the best way to annotate this? I'm getting odd errors with a simple @OneToMany annotation. Cheers, and once again--thank you guys for the amazing job in 2007--I eagerly await what 2008 will bring. Regards, -- Alexander Saint Croix .
