Hello, I want to load Records in Trees/Graphs to navigate them, and of course, i want to manipulate them (and change them) after loading. I confused "identity" and "value" by using Records directly in the graph/tree/set. Because they implement hashCode and equals, Records are really only the "values" that certain entities have in the database. What I want to put in the graph/tree are these entities themselves. Jooq has no "reference" type for that.
Actually, Records have some attributes of "identities" (they know if they need to insert or update); yet I cannot use them as "entities" because after changing they are no more equals to themselves, (their hash code changes). What i would really like are immutable Records to hold "values" and some reference types to hold "identities". In any case, thanks for the help! I will use some reference types to make it work. Cheers, stan. -- 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.
