There's the question.
I using a database with "person", and for each "person" they have "age" and "name" value, when I import from my database using SQL, it only pickup data from one person, and I need to show data from four persons in my report, but I can pick four times diferent data for each person, just data from one, and I see in Javabeans I can use Arrays and Classes, that I can import for each person the values and put in a Array or in a Object like.