graniteds - lazy loading in granite ds -


how load entities in flex application using lazy loading .i have deep object graph

graniteds, data management framework, lets transparently load uninitiated associations: see documentation here. so, basically, don't have special in order initialize lazy collections/proxies, need access 1 of them on client side (asking size of collection example) , trigger call server , fetch uninitialized data.

if don't want or can't use transparent lazy-loading, need write specific initialization method must have access entitymanager, receive entity parameter, initialize required association , send entity client.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -