Re: does Cayenne creates objects by hisself?

From: Mike Kienenberger (mkienen..mail.com)
Date: Sat Apr 22 2006 - 07:57:12 EDT

  • Next message: Andrus Adamchik: "Re: PK problem with Postgre"

    No, you'd have to associate the visitor with a particular user
    somehow. By default the relationship will be null.

    visitor.setUser(user)

    or

    user.addToVisitorList(visitor)

    On 4/22/06, WONDER <mmmmmmmmm5..eb.de> wrote:
    > Hi,
    >
    > I have the folloging situation.
    >
    > Entity "User" has relation toMany "Visitor" its name is visitors.
    >
    > Usually if I "Fetch" the object Visitor from DB and then call
    >
    > visitor.user()
    >
    > Cayenne fetches the object User from the DB automatically.
    >
    >
    > Now, creating a Visitor object.
    >
    > Visitor visitor = new Visitor();
    >
    > and calling
    >
    > visitor.user()
    >
    > will Cayenne here creates the object User automatically, or I have to do it by myself?
    >
    > Thanks.
    >



    This archive was generated by hypermail 2.0.0 : Sat Apr 22 2006 - 07:57:36 EDT