摘要:
JDBCContext类主要解决数据连接的问题publicclassJDBCContext{privatestaticfinalLoglog=LogFactory.getLog(JDBCContext.class);//privateDatabasedatabase;privateDataSourcedatasource;protectedConnectionconnection;privatebooleanisValid=true;privatestaticThreadLocal<JDBCContext>jdbcContext;/***私有构造函数*@paramdatabase* 阅读全文
posted @ 2012-09-23 02:03
刺猬的温驯
阅读(445)
评论(0)
推荐(0)