fill a datatable in primefaces with the result of a native jpa query?

0

My question is the following I have a query in my database manager which gives me this result.

and a java method that does exactly the same thing but shows me the data in the following way.

If I debug the list it is full and shows me the following results.

but I do not know how to show that vector in a datatable of primefaces that looks like the datatable query I am putting it in this way but I do not vote any data or generate any error, then how would the structure of my datatable? Thanks for your help.

    
asked by Alexander Gil Tafur 28.11.2018 в 15:12
source

0 answers