jar

org.springframework : spring-dao

Maven & Gradle

Jan 10, 2008
67 usages

Spring Framework: DAO · Spring Framework: DAO

Table Of Contents

Latest Version

Download org.springframework : spring-dao JAR file - Latest Versions:

All Versions

Download org.springframework : spring-dao JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
2.0
1.2.x
1.2
1.1
1.1.x
1.0
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-dao-2.0.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.springframework.transaction.config

├─ org.springframework.transaction.config.AnnotationDrivenBeanDefinitionParser.class - [JAR]

├─ org.springframework.transaction.config.TxAdviceBeanDefinitionParser.class - [JAR]

├─ org.springframework.transaction.config.TxNamespaceHandler.class - [JAR]

├─ org.springframework.transaction.config.TxNamespaceUtils.class - [JAR]

org.springframework.transaction.support

├─ org.springframework.transaction.support.AbstractPlatformTransactionManager.class - [JAR]

├─ org.springframework.transaction.support.AbstractTransactionStatus.class - [JAR]

├─ org.springframework.transaction.support.CallbackPreferringPlatformTransactionManager.class - [JAR]

├─ org.springframework.transaction.support.DefaultTransactionDefinition.class - [JAR]

├─ org.springframework.transaction.support.DefaultTransactionStatus.class - [JAR]

├─ org.springframework.transaction.support.ResourceHolderSupport.class - [JAR]

├─ org.springframework.transaction.support.ResourceTransactionManager.class - [JAR]

├─ org.springframework.transaction.support.SimpleTransactionStatus.class - [JAR]

├─ org.springframework.transaction.support.SmartTransactionObject.class - [JAR]

├─ org.springframework.transaction.support.TransactionCallback.class - [JAR]

├─ org.springframework.transaction.support.TransactionCallbackWithoutResult.class - [JAR]

├─ org.springframework.transaction.support.TransactionOperations.class - [JAR]

├─ org.springframework.transaction.support.TransactionSynchronization.class - [JAR]

├─ org.springframework.transaction.support.TransactionSynchronizationAdapter.class - [JAR]

├─ org.springframework.transaction.support.TransactionSynchronizationManager.class - [JAR]

├─ org.springframework.transaction.support.TransactionSynchronizationUtils.class - [JAR]

├─ org.springframework.transaction.support.TransactionTemplate.class - [JAR]

org.springframework.dao.annotation

├─ org.springframework.dao.annotation.PersistenceExceptionTranslationAdvisor.class - [JAR]

├─ org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor.class - [JAR]

org.springframework.transaction

├─ org.springframework.transaction.CannotCreateTransactionException.class - [JAR]

├─ org.springframework.transaction.HeuristicCompletionException.class - [JAR]

├─ org.springframework.transaction.IllegalTransactionStateException.class - [JAR]

├─ org.springframework.transaction.InvalidIsolationLevelException.class - [JAR]

├─ org.springframework.transaction.InvalidTimeoutException.class - [JAR]

├─ org.springframework.transaction.NestedTransactionNotSupportedException.class - [JAR]

├─ org.springframework.transaction.NoTransactionException.class - [JAR]

├─ org.springframework.transaction.PlatformTransactionManager.class - [JAR]

├─ org.springframework.transaction.SavepointManager.class - [JAR]

├─ org.springframework.transaction.TransactionDefinition.class - [JAR]

├─ org.springframework.transaction.TransactionException.class - [JAR]

├─ org.springframework.transaction.TransactionStatus.class - [JAR]

├─ org.springframework.transaction.TransactionSuspensionNotSupportedException.class - [JAR]

├─ org.springframework.transaction.TransactionSystemException.class - [JAR]

├─ org.springframework.transaction.TransactionTimedOutException.class - [JAR]

├─ org.springframework.transaction.TransactionUsageException.class - [JAR]

├─ org.springframework.transaction.UnexpectedRollbackException.class - [JAR]

org.springframework.transaction.interceptor

├─ org.springframework.transaction.interceptor.AbstractFallbackTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.AttributesTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.CompositeTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.DefaultTransactionAttribute.class - [JAR]

├─ org.springframework.transaction.interceptor.DelegatingTransactionAttribute.class - [JAR]

├─ org.springframework.transaction.interceptor.MatchAlwaysTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.NameMatchTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.NoRollbackRuleAttribute.class - [JAR]

├─ org.springframework.transaction.interceptor.RollbackRuleAttribute.class - [JAR]

├─ org.springframework.transaction.interceptor.RuleBasedTransactionAttribute.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionAspectSupport.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionAttribute.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionAttributeEditor.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionAttributeSourceAdvisor.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionAttributeSourceEditor.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionInterceptor.class - [JAR]

├─ org.springframework.transaction.interceptor.TransactionProxyFactoryBean.class - [JAR]

org.springframework.transaction.annotation

├─ org.springframework.transaction.annotation.AnnotationTransactionAttributeSource.class - [JAR]

├─ org.springframework.transaction.annotation.Isolation.class - [JAR]

├─ org.springframework.transaction.annotation.Propagation.class - [JAR]

├─ org.springframework.transaction.annotation.Transactional.class - [JAR]

org.springframework.dao

├─ org.springframework.dao.CannotAcquireLockException.class - [JAR]

├─ org.springframework.dao.CannotSerializeTransactionException.class - [JAR]

├─ org.springframework.dao.CleanupFailureDataAccessException.class - [JAR]

├─ org.springframework.dao.ConcurrencyFailureException.class - [JAR]

├─ org.springframework.dao.DataAccessException.class - [JAR]

├─ org.springframework.dao.DataAccessResourceFailureException.class - [JAR]

├─ org.springframework.dao.DataIntegrityViolationException.class - [JAR]

├─ org.springframework.dao.DataRetrievalFailureException.class - [JAR]

├─ org.springframework.dao.DeadlockLoserDataAccessException.class - [JAR]

├─ org.springframework.dao.EmptyResultDataAccessException.class - [JAR]

├─ org.springframework.dao.IncorrectResultSizeDataAccessException.class - [JAR]

├─ org.springframework.dao.IncorrectUpdateSemanticsDataAccessException.class - [JAR]

├─ org.springframework.dao.InvalidDataAccessApiUsageException.class - [JAR]

├─ org.springframework.dao.InvalidDataAccessResourceUsageException.class - [JAR]

├─ org.springframework.dao.OptimisticLockingFailureException.class - [JAR]

├─ org.springframework.dao.PermissionDeniedDataAccessException.class - [JAR]

├─ org.springframework.dao.PessimisticLockingFailureException.class - [JAR]

├─ org.springframework.dao.TypeMismatchDataAccessException.class - [JAR]

├─ org.springframework.dao.UncategorizedDataAccessException.class - [JAR]

org.springframework.dao.support

├─ org.springframework.dao.support.ChainedPersistenceExceptionTranslator.class - [JAR]

├─ org.springframework.dao.support.DaoSupport.class - [JAR]

├─ org.springframework.dao.support.DataAccessUtils.class - [JAR]

├─ org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.class - [JAR]

├─ org.springframework.dao.support.PersistenceExceptionTranslator.class - [JAR]

org.springframework.transaction.jta

├─ org.springframework.transaction.jta.JotmFactoryBean.class - [JAR]

├─ org.springframework.transaction.jta.JtaAfterCompletionSynchronization.class - [JAR]

├─ org.springframework.transaction.jta.JtaTransactionManager.class - [JAR]

├─ org.springframework.transaction.jta.JtaTransactionObject.class - [JAR]

├─ org.springframework.transaction.jta.OC4JJtaTransactionManager.class - [JAR]

├─ org.springframework.transaction.jta.SpringJtaSynchronizationAdapter.class - [JAR]

├─ org.springframework.transaction.jta.UserTransactionAdapter.class - [JAR]

├─ org.springframework.transaction.jta.WebLogicJtaTransactionManager.class - [JAR]

├─ org.springframework.transaction.jta.WebLogicServerTransactionManagerFactoryBean.class - [JAR]

├─ org.springframework.transaction.jta.WebSphereTransactionManagerFactoryBean.class - [JAR]

Advertisement

Dependencies from Group

Jul 13, 2023
10k usages
55.1k stars
Jul 13, 2023
7.3k usages
55.1k stars
Jul 13, 2023
6.6k usages
55.1k stars
Jul 13, 2023
6.4k usages
55.1k stars
Jul 13, 2023
5.2k usages
55.1k stars

Discover Dependencies

Jul 31, 2023
332 usages
29.2k stars
Aug 18, 2023
67 usages
88 stars
Mar 17, 2023
1.4k usages
2.1k stars
Aug 24, 2023
81 usages
72.7k stars
Jun 14, 2023
14 usages
54 stars
May 27, 2021
3 usages
126 stars
Aug 09, 2022
5 usages
270 stars
May 15, 2023
94 usages
130 stars