Java-API-Package:org.springframwork.transaction.annotation
| ylbtech-Java-API-Package:org.springframwork.transaction.annotation | 
| 1.返回顶部 | 
Package org.springframework.transaction.annotation
See: Description
- Interface Summary - Interface - Description - TransactionAnnotationParser Strategy interface for parsing known transaction annotation types.- TransactionManagementConfigurer Interface to be implemented by @- Configurationclasses annotated with @- EnableTransactionManagementthat wish to or need to explicitly specify the default- PlatformTransactionManagerbean to be used for annotation-driven transaction management, as opposed to the default approach of a by-type lookup.
- Class Summary - Class - Description - AbstractTransactionManagementConfiguration Abstract base- @Configurationclass providing common structure for enabling Spring's annotation-driven transaction management capability.- AnnotationTransactionAttributeSource Implementation of the- TransactionAttributeSourceinterface for working with transaction metadata in JDK 1.5+ annotation format.- Ejb3TransactionAnnotationParser Strategy implementation for parsing EJB3's- TransactionAttributeannotation.- JtaTransactionAnnotationParser Strategy implementation for parsing JTA 1.2's- Transactionalannotation.- ProxyTransactionManagementConfiguration - @Configurationclass that registers the Spring infrastructure beans necessary to enable proxy-based annotation-driven transaction management.- SpringTransactionAnnotationParser Strategy implementation for parsing Spring's- Transactionalannotation.- TransactionManagementConfigurationSelector Selects which implementation of- AbstractTransactionManagementConfigurationshould be used based on the value of- EnableTransactionManagement.mode()on the importing- @Configurationclass.
- Enum Summary - Enum - Description - Isolation Enumeration that represents transaction isolation levels for use with the- Transactionalannotation, corresponding to the- TransactionDefinitioninterface.- Propagation Enumeration that represents transaction propagation behaviors for use with the- Transactionalannotation, corresponding to the- TransactionDefinitioninterface.
- Annotation Types Summary - Annotation Type - Description - EnableTransactionManagement Enables Spring's annotation-driven transaction management capability, similar to the support found in Spring's- <tx:*>XML namespace.- Transactional Describes a transaction attribute on an individual method or on a class.
Package org.springframework.transaction.annotation Description
| 2.返回顶部 | 
| 3.返回顶部 | 
| 4.返回顶部 | 
| 5.返回顶部 | 
| 6.返回顶部 | 
|  | 作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 | 
Java-API-Package:org.springframwork.transaction.annotation的更多相关文章
- Elasticsearch 5.4.3实战--Java API调用:索引mapping创建
		因为项目开发使用的是Java语言, 项目的开发架构是Spring MVC+ maven的jar包管理, 所以今天重点说说ES 5.4.3 的Java API的源码实战 1. pom.xml文件增加依 ... 
- Elasticsearch 5.4.3实战--Java API调用:搜索建议
		通常的搜索引擎,都会根据用户的输入,实时给予匹配的提示. 那么这个功能在elasticsearch中如何实现呢? Elasticsearch里设计了4种类别的Suggester,分别是: Term S ... 
- Elasticsearch 5.4.3实战--Java API调用:批量写入数据
		这个其实比较简单,直接上代码. 注意部分逻辑可以换成你自己的逻辑 package com.cs99lzzs.elasticsearch.service.imp; import java.sql.Tim ... 
- Elasticsearch 5.4.3实战--Java API调用:搜索
		ES有多种查询方式,我自己的业务是需要对多个字段进行查询,具体实现类代码如下. package com.cs99lzzs.elasticsearch.service.imp; import java. ... 
- Java API研究:获取本地环境所有网卡及每个网卡的所有网络配置
		一个网卡(不太标准,应该叫做一个网络接口,一个网卡是可以拥有多个网络接口的,如SoftAP)拥有一套网络配置:ip地址,子网掩码,网关,dns等等. 自java 1.6开始,提供了访问网络配置的一些接 ... 
- java API 知识:截取特殊标识之前的字符串
		一: double a = 23.36; String b = String.valueOf(a); String d = b.substring(, b.lastIndexOf(".&qu ... 
- Elasticsearch的CRUD:REST与Java API
		CRUD(Create, Retrieve, Update, Delete)是数据库系统的四种基本操作,分别表示创建.查询.更改.删除,俗称"增删改查".Elasticsearch ... 
- HDFS基础和java api操作
		1. 概括 适合一次写入多次查询情况,不支持并发写情况 通过hadoop shell 上传的文件存放在DataNode的block中,通过linux shell只能看见block,看不见文件(HDFS ... 
- 在 IntelliJ IDEA 中配置 Spark(Java API) 运行环境
		1. 新建Maven项目 初始Maven项目完成后,初始的配置(pom.xml)如下: 2. 配置Maven 向项目里新建Spark Core库 <?xml version="1.0& ... 
随机推荐
- 异常:没有找到本地方法库,java.lang.UnsatisfiedLinkError: no trsbean in java.library.path
			1.问题描述 迁移环境中遇到这个问题 : Fri Apr 20 15:22:31 CST 2018, Exception:500004___-500004,没有找到本地方法库,java.lang.Un ... 
- LeetCode——palindrome-partitioning
			Question Given a string s, partition s such that every substring of the partition is a palindrome. R ... 
- hdu 5877 Weak Pair dfs序+树状数组+离散化
			Weak Pair Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 262144/262144 K (Java/Others) Prob ... 
- monkey参数应用
			1.指定seed值 adb shell monkey -v -p package -s 100 100 2.touch事件(参数后都跟百分比) 3.设定动作百分比 4.轨迹球 5.基本导航事件 输入 ... 
- 华丽导航CSS下拉菜单特效
			华丽导航CSS下拉菜单特效,华丽导航,导航特效,CSS,下拉菜单,华丽特效. 代码地址:http://www.huiyi8.com/sc/26811.html 风景图片网:http://www.hui ... 
- python 各种装饰器示例(python3)
			参考网址: Python中的各种装饰器详解_python_脚本之家http://www.jb51.net/article/63892.htm 一.函数式装饰器: 1.装饰器无参数,被装饰对象无参数 d ... 
- jq中append()、prepend()、after()、before()的区别详解
			1.append() - 在被选元素的结尾插入内容(内容的结尾,比如说有个a标签,则是在</a>这个标签之前添加东西) 2.prepend() - 在被选元素的开头插入内容(内容的开始,比 ... 
- 51nod 1105 二分好题
			http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1105 1105 第K大的数 基准时间限制:1 秒 空间限制:131072 ... 
- ng-file-upload - samples
			<script src="angular.min.js"></script> <!-- shim is needed to support non-H ... 
- Python压缩脚本编辑
			这真是一点小问题,搞死人了.主要还是两个问题, 1WinRAR,这要配置到环境变量里去.不然无法实现功能. 2 其次就是转义 r'D:\FISRT' 3 source = [r'D:\ONE'] ... 
