Hello, JOOK like in Java Object Oriented Kuerying ? :)
You can do List<Product> result = create.select().from(PRODUCTS).fetch().into(Product.class); Cheers, Aurélien On Sunday, August 25, 2013 7:17:39 PM UTC+2, [email protected] wrote: > > hello everybody, > > it is possible with JOOK to retrieve directly the dto with a request ? : > > ex : > > > in this exemple i try to retrieve all rows of table product > > > List<Product> result = create.select().from(PRODUCTS).fetch(); > > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
