2014-04-16 16:09 GMT+02:00 Estevão Freitas <[email protected]>:
> In Hibernate and JPA we can use a flag called "deleteOrphans", so when > those frameworks load collections, we use this flag to delete or not > removed elements from collections. > > I tried to code something like that, but I can't identity when a list > element was retrieved from database or was just created. > Yes, for such a thing to work, a second-level cache would be useful, of course. We expressly want to avoid implementing such a cache as Hibernate/JPA already do a pretty good job when it comes to object-graph persistence. -- 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.
