摘要:
public class HibernateUtil { public static final ThreadLocal session =new ThreadLocal(); public static final SessionFactory sessionFactory; static { t 阅读全文
摘要:
public class ABRow implements RowMapper<AABB> { private String CMC; @Override public AABB mapRow(ResultSet rs, int rowNum) throws SQLException { AABB 阅读全文