foam-framework / foam

Feature-Oriented Active Modeller
Apache License 2.0
787 stars 55 forks source link

Provides a DAO which on change will load referenced (foreign-key) data. #393

Open jlhughes opened 8 years ago

jlhughes commented 8 years ago

As a DAO changes, load referenced (foreign-key) data. Useful when a selectAll on foreign table would bring in too much data. Only that which is referenced, and not already loaded, is retrieved

Let me know if you think this may be of use generally, else I'll close the pull request.