For the ResultTransformer, do you just want the user to pass a class as the sole argument to indicate what they want as a result?
Ex. setResultTransformer(Class clazz) where clazz is Map.class or Object.class
John G.