Post Author: something_stupid
CA Forum: JAVA
Hi,
we have an arraylist of POJO classes that we would like to use as input to report.
We don't have a JDBC resultset because not all of these beans are database related.
Question: Is it mandatory that we have a function that returns a resultset in our POJO class? If not where can we find out how?
Thanks in advance,
Torsten