9293949596979899100101102
Store store = new Store(className, ns); /* * Set the model name */ if (name != null) store.modelName(name); /* * If our store doesn't have a class drop out */ Class<?> clazz = store.getConfig().getClazz();
108109110111112113114115116117118