ChinaUnix.net
相关文章推荐:

reuse incoming transaction for reply binder transaction

http://s2dao.seasar.org/zh-cn/s2dao.html#HowToRun 中有这样一句: S2Dao 不做事 务 (transaction) 控制。有 关 事 务 (transaction) 控制的内容, 请 参 阅 事 务 的自 动 控制 一 节 。 http://s2container.seasar.org/2.3/ja/tx.html 中有这样一段: トランザクションの自動制御 S2Tx の機能を使って、 POJO( 普通の Java のクラス ) に対して、 Aspect でトランザクションの自動管理機能を組み込むことがで...

by qbq - Java文档中心 - 2008-12-22 10:14:54 阅读(1356) 回复(0)

相关讨论

最近我本机软件防火墙频繁提示Unsolicited incoming ARP reply detected,安全类型为mac spoofing. 来源IP是内网的网关地址,也就是来源是内网硬件防火墙的内网接口地址。 请问这可能是由什么原因造成的??

by wuliao - 数据安全 - 2006-03-09 17:34:14 阅读(1431) 回复(2)

Here are the definitions of the transaction attributes listed earlier. In a few of the definitions, the client transaction is described as suspended . This means the transaction is not propagated to the enterprise bean method being invoked; propagation of the transaction is temporarily halted until the enterprise bean method returns. To make things easier, we will talk about attribute types as if...

by real_time - Java文档中心 - 2007-05-28 15:45:42 阅读(773) 回复(0)

各位老大,在执行commit提交事务时,informix报"Not in transaction"错误,是什么原因造成的,改怎样解决,谢谢

by sunny_yanghui - Informix - 2005-05-17 09:44:16 阅读(3731) 回复(6)

dump transaction时database中的数据和日志要在不同的数据库设备上吗?

by ekin - Sybase - 2004-07-28 19:28:09 阅读(1005) 回复(0)

Hibernate是对JDBC的轻量级对象封装,Hibernate本身是不具备transaction处理功能的,Hibernate的transaction实际上是底层的JDBC transaction的封装,或者是JTA transaction的封装,下面我们详细的分析:      Hibernate可以配置为JDBCtransaction或者是JTAtransaction,这取决于你在hibernate.properties中的配置:      #hibernate.transaction.factory_class   net.sf.hibernate.transaction.JTAtransactionFactory  ...

by zhifeiji512 - Java文档中心 - 2009-07-08 14:55:51 阅读(1419) 回复(0)

敲入如下命令: dump transaction WKDB with no_truncate go 报错: 'no_truncate' is not a recognized DUMP DATABASE/transaction truncation option 怎么no_truncate不是dump的有效参数呢???

by siqun2008 - Sybase - 2009-06-24 18:17:08 阅读(5578) 回复(7)

调查S2Dao事务,发现用的是JTA,不懂这个东西 参照 http://snowhiro.web.fc2.com/seasar2/Seasar2_04_S2Dao_02.html 写个service,调用dao方法 把requiredTx和dao.interceptor切入到service上 OK了 引言      JTA(Java transaction API)答应应用程序执行分布式事务处理--在两个或多个网络计算机资源上访问并且更新数据。JDBC驱动程序的JTA支持极大地增强了数据访问能力。      本文的目的是要提供一个关于的Java事...

by qbq - Java文档中心 - 2008-12-22 16:31:14 阅读(1204) 回复(0)

Product documentation Abstract Domino supports transaction logging and recovery. With this feature enabled, the system captures database changes and writes them to the transaction log. Then if a system or media failure occurs, you can use the transaction log and a third-party backup utility to recover your databases Content Lotus Domino supports transaction logging and recovery. With this ...

by xiaomao2006 - 存储文档中心 - 2008-07-22 13:34:03 阅读(1120) 回复(0)

Quote from RFC 3261: Dialog: A dialog is a peer-to-peer SIP relationship between two UAs that persists for some time. A dialog is established by SIP messages, such as a 2xx response to an INVITE request. A dialog is identified by a call identifier, local tag, and a remote tag. A dialog was formerly known as a call leg in RFC 2543. So in most simple cases, a dialog represents a ca...

by linqo - 网络技术文档中心 - 2008-01-18 16:16:15 阅读(556) 回复(0)

各位请问 使用--single-transaction对myisam类型的表起作用吗? 例如: mysqldump --single-transaction --all-databases > backupdb.sql

by lostwolf - MySQL - 2007-11-19 16:43:52 阅读(1945) 回复(1)