24252627282930
}]).stores[name]; }-*/; public <T> Store<T> store(Class<T> type, Config config) { JavaScriptObject object = setup(config.getName(), config.getType().getName(), config.getRecordId(), config.getSettings()); return new StoreAdapter(type, object); }