I set the attach records to false it still writing to serialize 
Configuration object.
http://www.jooq.org/javadoc/latest/org/jooq/conf/Settings.html#setAttachRecords(java.lang.Boolean)

I feel attaching Configuration to a record (which contains JDBC connection) 
will lead to many issues in cached and clustered environment. We cannot 
keep same JDBC connection until a Record object exist in memory.

On Tuesday, 10 September 2013 15:30:45 UTC-4, Chrriis wrote:
>
>  
>
>> Their purpose is really to be attached to a Configuration, such that they 
>> can store / refresh / delete themselves. I think that this attachment is 
>> what is desired by users.
>>
>
> Thanks for the clarification :)
>
> -Christopher
>
>

-- 
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.

Reply via email to