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 < [email protected]> wrote: > 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 < > [email protected]> wrote: > >> Right now I'm implementing my backend Hibernate JPA. As my DAO returns the >> standard java.util.List, how do I convert it to >> org.apache.pivot.collections.List? >> thanks and good pm! >> > >
