I am wondering if batch is working for others or i am doing something
wrong... I am using jooq maven 2.6.1
List<AaRecord> aaRecords = create.fetch(AA);
for (Aa a : aas) {
AaRecord r = create.newRecord(AA, a);
aaRecords.add(r);
}
// Batch-update and/or insert all of the above books
// everything fine till here but record is not inserted into
table.... I have problem with insert and Aa is pojo object.
create.batchStore(aaRecords);
Cheers
Primoz
--
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.