Home Documentation Download Pricing Buy Now

[Solved] Add Doctrine2 EXTRA_LAZY fetch method

0 votes

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.

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

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

1 Answer

0 votes
 
Best answer

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

answered Apr 25, 2013 by ludek.vodicka Skipper developer (140,530 points)
selected Jul 30, 2014 by Martin Freki Stradej
...