Question 2 of 12
Which annotation is commonly used to define an entity in Doctrine?
Question 5 of 12
Which of the following is a valid Doctrine relationship mapping annotation for a one-to-many relationship?
Question 8 of 12
How can you define a custom repository class for a Doctrine entity?
Question 10 of 12
What is the difference between
persist()
and
flush()
methods in Doctrine?