Hi all, I have the following class:
public class ObjectViewProperties { private int aProperty; private Map<ViewType, BitMask> viewProperties; } where ViewType is an enum. Now how do I create an sqlmap for this class? (The enum itself is not the problem, I already have a typehandler for enums.) Greetings, Daan