Anyone know how to store a collection of enums as Strings instead of their
ordinal values? (preferably with annotations...)

i.e. 
        @ManyToMany
        private Set<MyEnum> myEnums=new HashSet<MyEnum>();


-- 
                                                           Ted Leung
                                                           ted...@sfu.ca

It's time for a new bike when the bulb in your shift light burns out.

Reply via email to