The difference is clearly explained in the JSR-220 Enterprise JavaBeans 3.0 specification:
5.6 Container-managed Persistence Contexts
(...)
A container-managed persistence context may be defined to have either a lifetime that is scoped to a single transaction or an extended lifetime that spans multiple transactions, depending on the
PersistenceContextType
that is specified when itsEntityManager
is created. This specification refers to such persistence contexts as transaction-scoped persistence contexts andextended persistence contexts respectively.(...)
5.6.1 Container-managed Transaction-scoped Persistence Context
The application may obtain a container-managed entity manager with transaction-scoped persistence context bound to the JTA transaction by injection or direct lookup in the JNDI namespace. The persistence context type for the entity manager is defaulted or defined as
PersistenceContextType.TRANSACTION
.A new persistence context begins when the container-managed entity manager is invoked[36] in the scope of an active JTA transaction, and there is no current persistence context already associated with the JTA transaction. The persistence context is created and then associated with the JTA transaction.
The persistence context ends when the associated JTA transaction commits or rolls back, and all entities that were managed by the EntityManager become detached.
If the entity manager is invoked outside the scope of a transaction, any entities loaded from the database will immediately become detached at the end of the method call.
5.6.2 Container-managed Extended Persistence Context
A container-managed extended persistence context can only be initiated within the scope of a stateful session bean. It exists from the point at which the stateful session bean that declares a dependency on an entity manager of type
PersistenceContextType.EXTENDED
is created, and is said to be bound to the stateful session bean. The dependency on the extended persistence context is declared by means of thePersistenceContext
annotation or persistence-context-ref deployment descriptor element.The persistence context is closed by the container when the
@Remove
method of the stateful session bean completes (or the stateful session bean instance is otherwise destroyed).(...)
相关推荐
赠送jar包:javax.transaction-api-1.2.jar; 赠送原API文档:javax.transaction-api-1.2-javadoc.jar; 赠送源代码:javax.transaction-api-1.2-sources.jar; 赠送Maven依赖信息文件:javax.transaction-api-1.2....
赠送jar包:javax.transaction-api-1.2.jar; 赠送原API文档:javax.transaction-api-1.2-javadoc.jar; 赠送源代码:javax.transaction-api-1.2-sources.jar; 赠送Maven依赖信息文件:javax.transaction-api-1.2....
transaction-processing-concepts-and-techniques
org.springframework.transaction-3.2.2.RELEASE最新版本
jboss-transaction-api
java jar包,亲测试可用 安全,可以对其进行数字签名,只让能够识别数字签名的用户使用里面的东西。 加快下载速度; 压缩,使文件变小,与ZIP压缩机制完全相同。 ...能够让JAR包里面的文件依赖于统一版本的类文件。...
java运行依赖jar包
分布式事务框架LCN支持springcloud 2.0.5 ,transaction-springcloud-4.1.2.jar
04-infosec-101-for-icos-how-the-most-secure-transaction-protocol-failed
本示例项目“tcc-transaction-master-1.2.x”提供了一种基于Dubbo的分布式事务解决方案,帮助开发者解决在分布式环境下执行事务时可能出现的问题。 1. **分布式事务** 分布式事务是指跨越多个数据库或者服务的事务...
jboss-transaction-api_1.1_spec-1.0.1.Final.jar包 描述: There is a new version for this artifact
1、文件内容:yum-plugin-pre-transaction-actions-1.1.31-54.el7_8.rpm以及相关依赖 2、文件形式:tar.gz压缩包 3、安装指令: #Step1、解压 tar -zxvf /mnt/data/output/yum-plugin-pre-transaction-actions-...
分布式事务TCC jar包
解决4.7.2版本eclipse不能在线安装activiti插件的问题
javax.transaction-3.0.jar
org.springframework.transaction-sources-3.0.1.RELEASE-A.jar 免费下载 org.springframework.transaction-sources-3.0.1.RELEASE-A.jar 源码,免费下载 如果不能免费下载,关注我,评论区联系我索要!
org.springframework.transaction-3.1.0.M2
本文将深入探讨一种分布式事务解决方案——TCC(Try-Confirm-Cancel)模式,并结合实际案例“tcc-transaction-master-1.2.x”项目,阐述其在整合Dubbo框架中的具体应用。 首先,我们需要理解TCC模式的基本思想。TCC...
在本案例中,我们关注的是 `mongo-connector-transaction-1.6.0.tar.gz` 文件,这显然是 `mongo-connector` 的一个版本,专门针对事务处理进行了增强。 首先,让我们深入了解 `mongo-connector`。MongoDB 是一个...