java Programming Glossary: persons.get
select from two tables using JPQL http://stackoverflow.com/questions/3567438/select-from-two-tables-using-jpql 0 for i 0 i persons.size i System.out.println Testing n i persons.get 0 Now I want to get the album name and the roleuser's row named.. Now how do I get the rows firstname and albumname as the persons.get 0 is returning a object by running the code for i 0 i persons.size.. by running the code for i 0 i persons.size i r Roleuser persons.get i System.out.println Testing n i persons.get i I'm getting this..
|