Welcome![Sign In][Sign Up]
Location:
Search - jta JDBC

Search list

[WinSock-NDISJDBC-JTA

Description: JDBC和JTA访问数据库和管理事务的方法实例:JDBC访问数据库的一般方法、及JTA事务管理的方法介绍。-JTA and JDBC access to the database and management of examples : JDBC access to the database in general, and the JTA Management Introduction.
Platform: | Size: 22735 | Author: 高波 | Hits:

[JSP/Java读书笔记

Description: 记录下了作者学习JSP、Servlet、XML、RMI、JAF、JAF、EJB、Security、JDBC、JTA/JTS、JCA、JMS、JNDI、Application Server的心得 -what one has learned of studying JSP,Servlet,XML,RMI,JAF,JAF,EJB,Security,JDBC,JTA/JTS,JCA,JMS,JNDI,Application Server
Platform: | Size: 152790 | Author: 易伯瑜 | Hits:

[JSP/Java读书笔记

Description: 记录下了作者学习JSP、Servlet、XML、RMI、JAF、JAF、EJB、Security、JDBC、JTA/JTS、JCA、JMS、JNDI、Application Server的心得 -what one has learned of studying JSP,Servlet,XML,RMI,JAF,JAF,EJB,Security,JDBC,JTA/JTS,JCA,JMS,JNDI,Application Server
Platform: | Size: 152576 | Author: 易伯瑜 | Hits:

[Internet-NetworkJDBC-JTA

Description: JDBC和JTA访问数据库和管理事务的方法实例:JDBC访问数据库的一般方法、及JTA事务管理的方法介绍。-JTA and JDBC access to the database and management of examples : JDBC access to the database in general, and the JTA Management Introduction.
Platform: | Size: 22528 | Author: 高波 | Hits:

[JSP/JavaJtsAndJtsBasedOnJava

Description: 这个例子对基于JTA的事务处理的实现进行了讨论,其中事务对象UserTransaction在EJB组件中执行,其实事务对象UserTransaction也可以在客户端使用-based on the example of the JTA transaction processing for the realization of the discussion, Services which UserTransaction object in the implementation of EJB. In fact Affairs UserTransaction object can be used in the client
Platform: | Size: 21504 | Author: 李志 | Hits:

[Database systemJTAProject

Description: 事务表示一个由一系列的数据库操作组成的不可分割的逻辑单位,其中的操作要么全做要么全不做。 -事务处理方式 在JDBC连接中,使用命令声明事务的开始、提交和取消。 利用J2EE规范中的JTA(Java Transaction API)驱动程序。
Platform: | Size: 3072 | Author: Candy | Hits:

[JSP/Javaspring_hibernate_1

Description: 采用编程式事务 1、getCurrentSession()与openSession()的区别? * 采用getCurrentSession()创建的session会绑定到当前线程中,而采用openSession() 创建的session则不会 * 采用getCurrentSession()创建的session在commit或rollback时会自动关闭,而采用openSession() 创建的session必须手动关闭 2、使用getCurrentSession()需要在hibernate.cfg.xml文件中加入如下配置: * 如果使用的是本地事务(jdbc事务) <property name="hibernate.current_session_context_class">thread</property> * 如果使用的是全局事务(jta事务) <property name="hibernate.current_session_context_class">jta</property> -采用编程式事务 1、getCurrentSession()与openSession()的区别? * 采用getCurrentSession()创建的session会绑定到当前线程中,而采用openSession() 创建的session则不会 * 采用getCurrentSession()创建的session在commit或rollback时会自动关闭,而采用openSession() 创建的session必须手动关闭 2、使用getCurrentSession()需要在hibernate.cfg.xml文件中加入如下配置: * 如果使用的是本地事务(jdbc事务) <property name="hibernate.current_session_context_class">thread</property> * 如果使用的是全局事务(jta事务) <property name="hibernate.current_session_context_class">jta</property>
Platform: | Size: 14336 | Author: yanbing | Hits:

[JSP/Javashiyan1

Description: 本实验将分别实现JNDI、RMI、JDBC和JTA共4种简单的示例程序,以加深对以上四种技术的理解和应用。-This experiment will achieve JNDI, RMI, JDBC and JTA 4 simple sample program, in order to deepen the understanding and application of these four technologies.
Platform: | Size: 4096 | Author: fuaixia | Hits:

[Oracleoracle-transaction

Description: oracle数据库事务的概念和相关概念,以及事务级别的划分。分别介绍了jdbc事务和jta事务。-transaction definition
Platform: | Size: 25600 | Author: 翟建国 | Hits:

CodeBus www.codebus.net