Hi All,

Looking for a little clarification.  The official tutorial 
<http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/tutorials/getting-started.html#adding-bug-and-user-entities>
 
says:

"Whenever an entity is recreated from the database, an Collection 
implementation of the type Doctrine is injected into your entity instead of 
an array. Compared to the ArrayCollection this implementation helps the 
Doctrine ORM understand the changes that have happened to the collection 
which are noteworthy for persistence."

"an Collection implementation of the type Doctrine is injected into your 
entity instead of an array"?  Does this mean to say an ArrayCollection is 
injected?

This is right after we've used two ArrayCollection to hold the reportedBugs 
and assignedBugs in the User.

Then "Compared to the ArrayCollection..."  but the code *is* using an 
ArrayCollection.

Just trying to understand.

Many thanks.


-- 
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 https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to