| Interface | Description |
|---|---|
| RetryTransactionProvider |
Interface implemented by the
RetryTransactionAspect, which implements the RetryTransaction functionality. |
| Class | Description |
|---|---|
| AbstractBean |
Generic support superclass for Spring beans.
|
| AbstractBeanDefinitionParser |
Support superclass for
BeanDefinitionParser implementations. |
| AbstractDAO<T> |
Support superclass for JPA DAO implementations.
|
| AbstractSpringSchemaUpdate<T> |
Support superclass for
SchemaUpdates declared in Spring BeanFactorys that infer their
names and required predecessors from their Spring bean attributes. |
| ApplicationContextBean |
Bean that exposes the containing application context via the
ApplicationObjectSupport.getApplicationContext() property. |
| BeanNameComparator |
A
Comparator that orders Spring bean names in the same order as the corresponding
beans appear in a ListableBeanFactory. |
| DelayedAction |
Manages a delayed action without race conditions.
|
| DellRoadStuffNamespaceHandler |
Spring
NamespaceHandler
for the dellroad-stuff XML namespace. |
| HibernateIsolationJpaDialect |
Hibernate JPA adapter that adds supports for setting a non-default transaction isolation level
and adds a workaround for SPR-3812.
|
| HibernateIsolationJpaDialect.TransactionDataWrapper |
Wraps superclass transaction data and adds isolation level to restore.
|
| ResourceReaderFactoryBean | |
| RetryTransactionProvider.RetrySetup<T> |
Holds the configuration information that is required when applying retry logic.
|
| SpringSQLSchemaUpdate |
Spring-enabled SQL
SchemaUpdate. |
| SpringSQLSchemaUpdater |
SQLSchemaUpdater optimized for use with Spring. |
| Annotation Type | Description |
|---|---|
| RetryTransaction |
An annotation for
@Transactional methods that
want to have transactions automatically retried when they fail due to a transient exception. |
This also package implements the <dellroad-stuff:sql> and <dellroad-stuff:sql-update>
custom Spring XML elements; these define beans of type SQLCommandList and
SpringSQLSchemaUpdate, respectively.
SQLCommandList,
SpringSQLSchemaUpdate,
Spring FrameworkCopyright © 2020. All rights reserved.