代码搜索:Hibernate 开发教程
找到约 10,000 项符合「Hibernate 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/377119/9295078
jpg hibernate_31.jpg
www.eeworm.com/read/377119/9295082
jpg hibernate_30.jpg
www.eeworm.com/read/377116/9295108
txt hibernate04.txt
Hibernate控制的事务
事务保证原子操作的不可分,也就是操作的同时成功或同时失败。
Transaction tran=session.beginTranaction();
tran.commit();
tran.rollback();
以上是事务对象的方法,来实现对事务的支持。
hibernate的事务隔离级别
hibernate的事务隔离级别和JDBC中大致相
www.eeworm.com/read/373055/9476230
pdf hibernate_reference.pdf
www.eeworm.com/read/170117/9818599
pdf hibernate_guid.pdf
www.eeworm.com/read/366031/9836248
pdf hibernate 课件_新.pdf
www.eeworm.com/read/364937/9886556