108109110111112113114115116117118
/* * Add associations */ if (associations != null) { config.associations(associations); } /* * The proxy needs additinoal information from the model. We shouldn't * create the proxy until the store has been fully configured
239240241242243244245246247248249
/* * Add associations */ if (associations != null) { config.associations(associations); } /* * Load inline data?
111112113114115116117118119120121
/* * Add associations */ if (associations != null) { config.associations(associations); } /* * The proxy needs additinoal information from the model. We shouldn't create * the proxy until the store has been fully configured
237238239240241242243244245246247