im trying to insert a new record in my table

    public void saveNewBook(ModelBook bookFilled) {
>     
>     ModelBook book1 = create.newRecord("MyTableOfBooks", bookFilled); //in 
> this part keep saying: 


*The method newRecord(Table<R>, Object) in the type DSLContext is not 
applicable for the arguments (String, ModelBook)*

but its the same way as this: 
http://www.jooq.org/doc/2.5/manual/sql-execution/fetching/pojos/


so i cant do the:

>
>     //book1.store();
>     
>     }


 

-- 
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/d/optout.

Reply via email to