Integerresult=jdbcTemplate.queryForObject("SELECT COUNT(*) FROM adapter_category WHERE CATEGORY_TYPE=?",newString[]{"API"},Integer.class);
Stringsql="INSERT INTO adapter_category (SEQUENCE_NBR,CATEGORY_TYPE,PARENT_ID,CATEGORY_NAME,CATEGORY_KEY,SORT,AGENCY_CODE,IS_DELETE,REC_USER_ID,REC_DATE,CREATE_DATE) "+
List<AdapterCategoryModel>adapterCategoryModels=jdbcTemplate.query("SELECT * FROM adapter_category WHERE CATEGORY_TYPE=?",newString[]{categoryType},newBeanPropertyRowMapper(AdapterCategoryModel.class));
List<TemplateCategoryModel>templateCategoryModels=jdbcTemplate.query("SELECT * FROM adapter_category where CATEGORY_TYPE=?",newString[]{categoryType},newAdapterCategoryRowMapper());
templateCategoryModels=jdbcTemplate.query("SELECT * FROM adapter_category WHERE CATEGORY_TYPE=? AND IS_DELETE!=?",newObject[]{categoryType,ToolUtils.IS_DELETE},newAdapterCategoryRowMapper());
List<VisualDesignerModel>visualDesignerLists=jdbcTemplate.query("select * from studio_visual_designer",newObject[]{},newBeanPropertyRowMapper(VisualDesignerModel.class));
List<VisualDesignerModel>visualDesignerLists=jdbcTemplate.query("SELECT * FROM studio_visual_designer",newObject[]{},newBeanPropertyRowMapper(VisualDesignerModel.class));