I want to use DBunit to test my query in our application. I know that there is Itable Object in the DBunit so it can support Table query, but there is a view in my SQL and I don't find any Object like Iview. So does DBunit support View query and how to deal with this situation?
Thanks for your help in advance.