[Solved] Add Doctrine2 EXTRA_LAZY fetch method

0 votes
asked Mar 27, 2013 in Solved by anonymous
recategorized Apr 25, 2013 by ludek.vodicka

Ormd2 support LAZY and EAGER fetch method for association mapping.

The EXTRA_LAZY has been available since doctrine 2.1. See http://docs.doctrine-project.org/en/latest/tutorials/extra-lazy-associations.html

I was able to add the enum value in the Doctrine2 configuration file but this value is not exported.

commented Mar 29, 2013 by ludek.vodicka Skipper developer (140,450 points)

Hi, thanks for feedback. We will update next ORM version to support EXTRA_LAZY method.

1 Answer

0 votes
answered Apr 25, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

Implemented. Feature is available in latest release.
You can download it here: http://support.orm-designer.com/402/orm-designer2-beta

...