many to many relations and default values for the association table?

From: Marc Guenther (yod..chli.ch)
Date: Thu Sep 30 2010 - 14:20:50 UTC

  • Next message: Andrus Adamchik: "Re: sorted to many relations"

    Hi,

    I have the usual flattened User <<-->> Group many to many relationship with a association table in between. My problem is, in the association table I have an attribute, which I want to set to a certain default value.

    But when Cayenne creates a new entry in the association table, all attributes except the fk/pks are set to null. Is there any way to specify a default for the attributes there?

    I tried to also map the association table to an ObjEntity, but that never gets used, this flattened stuff seems to be handled at a lower level.

    I can of course change my model and handle the assiciation table in the code, but maybe there is an easier way?

    Thanks,
    Marc



    This archive was generated by hypermail 2.0.0 : Thu Sep 30 2010 - 14:22:12 UTC