Re: java.util.List to pivot List

2009-09-20 Thread Todd Volkert
Yep - use a org.apache.pivot.collections.adapter.ListAdapter. It takes a java.util.List and wraps it. -T On Sun, Sep 20, 2009 at 2:18 AM, Vicente de Rivera III < thirdy.deriv...@gmail.com> wrote: > I'd convert it to array first right? Although that ok with me, but if > there's a better way (per

Re: java.util.List to pivot List

2009-09-19 Thread Vicente de Rivera III
I'd convert it to array first right? Although that ok with me, but if there's a better way (performance wise), the better On Sun, Sep 20, 2009 at 2:16 PM, Vicente de Rivera III < thirdy.deriv...@gmail.com> wrote: > Right now I'm implementing my backend Hibernate JPA. As my DAO returns the > stand