-
hbm配置文件常用设置查看全部
-
openSession与getCurrentSession的区别查看全部
-
如何获得session对象??? (1)openSessionion (2)getCurrentSession 如果使用getCurrentSession需要在hibernate.cfg.xml文件中进行配置: 如果是本地事务(jdbc事务) <property name="hibernate.current_session_context_class">thread</property> 如果是全局事务(jta事务) <property name="hibernate.current_session_context_class">jta</property>查看全部
-
transaction事物简介查看全部
-
hibernate执行流程查看全部
-
导入的包查看全部
-
hibernate.cfg.xml常用配置查看全部
-
主键生成策略查看全部
-
hibernate API 编写访问数据库的步骤查看全部
-
JUnit单元测试的常用注解 1)@Test:测试方法; 2)@Before:初始化方法; 3)@After:释放资源 ;查看全部
-
openSession与getCurrentSession的区别查看全部
-
例子例子例子查看全部
-
创建Hibernate的配置文件 hibernate.cfg.xml 创建持久化类 创建对象-关系映射文件 通过Hibernate API编写访问数据库的代码查看全部
-
transaction简介查看全部
-
hibernate的执行流程查看全部
举报
0/150
提交
取消