原pom.xml配置文件: 4.0.0 com.my.helloworld hello-world
1.0-SNAPSHOT Maven Hello World Project junit jun...
分类:
其他好文 时间:
2014-07-22 22:59:36
阅读次数:
374
Hibernate 加载数据 有get,跟Load 1、懒加载:
使用session.load(type,id)获取对象,并不读取数据库,只有在使用返回对象值才正真去查询数据库。@Test public void
test1() { Session session = null;...
分类:
系统相关 时间:
2014-05-01 22:40:35
阅读次数:
614
1、环境: Maven :3.1.1 开发工具:Spring Tool Suite 数据库 :
Mysql 5.62、项目文件结构文件代码:2.1 、pom.xml 4.0.0 hibernate hibernate 0.0.1-SNAPSHOT jar
hibe...
分类:
系统相关 时间:
2014-05-01 19:43:40
阅读次数:
695
by:rhythmk.cnblogs.com1、Hibernate 三种状态:
1.1、三种定义(个人理解,不一定准确): 瞬时状态(transient): 被session接管但不存在数据库中的对象状态 离线状态 (detached):
数据库中存在而不被session接管 ...
分类:
系统相关 时间:
2014-05-01 18:48:02
阅读次数:
486
jodatime持久化hibernate jpa...
分类:
系统相关 时间:
2014-05-01 17:37:17
阅读次数:
562
MySQL Administrator 创建表MyEclipse Database
Explorer视图:1. New2 .Driver template: MySQL Connector/JDriver name:
给定一个连接名称Connection URL:jdbc:mysql://[]/相应...
分类:
系统相关 时间:
2014-05-01 10:48:33
阅读次数:
696
引用农夫山泉的一句话:我不是技术的创作者,我只是搬运工
QuickServer开发指南(9)- 数据模式和数据类型
QuickServer开发指南(8)- XML配置
QuickServer开发指南(7)- 使用和定制日志
QuickServer开发...
分类:
其他好文 时间:
2014-04-30 22:15:38
阅读次数:
288
1,新Web工程,并把编码设为utf-8(所有的都是uft8数据库也是,就不会乱码了)
2,添加框架环境
Junit
Struts2
Hibernate
Spring
3,整合SSH
Struts2与Spring整合
Hibernate与Spring整合
4,资源分类
5,配置日志
Struts2
jar包
struts.xml, web.xml
Hi...
分类:
其他好文 时间:
2014-04-29 13:16:21
阅读次数:
304
org.hibernate.HibernateException: No Hibernate Session bound to thread, and configuration does not...
分类:
系统相关 时间:
2014-04-29 13:15:20
阅读次数:
411