Hi Lukas, Please, bear with me, I don't know much about Record objects, so I might be completely off topic once again ;)
> Do you have an alternative idea in mind to ensure that deserialised > records are "attached" to a configuration prior to calling store()? > Is this a similar problem as with queries (as discussed in the other post with Eric)? Query vs BoundQuery Record vs BoundRecord ... basically the generic issue of having stateless vs attached/bound/connected objects? If users are interested in a (serialized) Configuration and if Records were stateless, then maybe they should transfer that configuration separately and reconnect it on the other end. That could even be more efficient if they can find ways to not transfer configurations that were already transferred. They can also create their own transport object that is a pair containing the Configuration and the Record (let's call it a BoundRecord). Cheers, -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.
