Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.transaction.annotation Classes and Interfaces - 13 results found.
NameDescriptionTypePackageFramework
AbstractTransactionManagementConfigurationAbstract base @Configuration class providing common structure for enablingSpring's annotation-driven transaction management capability.Classorg.springframework.transaction.annotationSpring MVC
AnnotationTransactionAttributeSourceTransactionAttributeSourceinterface for working with transaction metadata in JDK 1.Classorg.springframework.transaction.annotationSpring MVC
Ejb3TransactionAnnotationParserStrategy implementation for parsing EJB3's TransactionAttributeSince:2.Classorg.springframework.transaction.annotationSpring MVC
EnableTransactionManagementEnables Spring's annotation-driven transaction management capability, similar tothe support found in Spring's XML namespace.Classorg.springframework.transaction.annotationSpring MVC
IsolationEnumeration that represents transaction isolation levels for usewith the Transactional annotation, corresponding to theClassorg.springframework.transaction.annotationSpring MVC
JtaTransactionAnnotationParserStrategy implementation for parsing JTA 1.Classorg.springframework.transaction.annotationSpring MVC
PropagationEnumeration that represents transaction propagation behaviors for usewith the Transactional annotation, corresponding to theClassorg.springframework.transaction.annotationSpring MVC
ProxyTransactionManagementConfiguration@Configuration class that registers the Spring infrastructure beansnecessary to enable proxy-based annotation-driven transaction management.Classorg.springframework.transaction.annotationSpring MVC
SpringTransactionAnnotationParserStrategy implementation for parsing Spring's Transactional annotation.Classorg.springframework.transaction.annotationSpring MVC
TransactionalDescribes transaction attributes on a method or class.Classorg.springframework.transaction.annotationSpring MVC
TransactionAnnotationParserStrategy interface for parsing known transaction annotation types.Interfaceorg.springframework.transaction.annotationSpring MVC
TransactionManagementConfigurationSelectorSelects which implementation of AbstractTransactionManagementConfigurationshould be used based on the value of EnableTransactionManagement.Classorg.springframework.transaction.annotationSpring MVC
TransactionManagementConfigurerInterface to be implemented by @Configuration classes annotated with @EnableTransactionManagement that wish toor need to explicitly specify the default PlatformTransactionManager bean to beInterfaceorg.springframework.transaction.annotationSpring MVC