2016年6月12日

构建主键批注的方法

摘要: package gxa.bj.util; import java.lang.annotation.ElementType;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;import 阅读全文

posted @ 2016-06-12 23:15 看你妹儿 阅读(186) 评论(0) 推荐(0) 编辑

通过反射,获得数据库增删改查的sql语句的方法

摘要: package gxa.bj.util; import java.lang.reflect.*; public class BeanUtil {// 根据某些条件查询语句 public static String getSelectSQL(Object obj) throws NoSuchMetho 阅读全文

posted @ 2016-06-12 23:14 看你妹儿 阅读(1993) 评论(0) 推荐(0) 编辑

sql语句

摘要: SQL常用命令使用方法:(1) 数据记录筛选:sql="select * from 数据表 where 字段名=字段值 order by 字段名 [desc]"sql="select * from 数据表 where 字段名 like '%字段值%' order by 字段名 [desc]"sql= 阅读全文

posted @ 2016-06-12 22:44 看你妹儿 阅读(158) 评论(0) 推荐(0) 编辑

导航