hi Parsifal
i tried putting the id (idenrtifier) but i am still getting the same error
message.
i had a thought, on the User table (the root table) i have several*
oneToOne , manyToMany* linking to other table. Do i need to also include
all of these Id (identifiers) ?
these are some of the relationships that the table has:
/**
* @ORM\OneToMany(targetEntity="Messages\Entity\ReportedMembersMessage",
mappedBy="theReportedMemberId")
**/
protected $theMemberReported = null;
/**
* @ORM\OneToOne(targetEntity="MemberAddress", mappedBy="userId",
fetch="EXTRA_LAZY")
**/
protected $theAddressObject;
/**
*
@ORM\ManyToMany(targetEntity="FormDependencies\Entity\AvailabilityList",
inversedBy="availablePeriods", fetch="EXTRA_LAZY")
* @ORM\JoinTable(name="list_available_periods__list")
**/
protected $availablePeriodsObject;
On Monday, January 12, 2015 at 8:56:29 PM UTC, Parsifal wrote:
>
> By "root of selection" do you mean like
> SELECT u FROM..
> instead of defining the coloumns?
>
--
You received this message because you are subscribed to the Google Groups
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.