With the method queryForObject we can provide to Ibatis a resultObject, created for example, by the applicationContext.

I would like to do the same with a list or at least telling Ibatis not to instanciate the object but to get it from the ApplicationContext (with ContextSingletonBeanFactoryLocator for example ).

Is it possible to do that ?

thanks

Arnaud