| Class | Description |
|---|---|
| JdbcTxManagerImpl |
Implementation of a transaction manager, which is responsible
for handling a Connection object which is placed into ThreadLocal.
|
| RepositoryConnectionMethodInterceptor |
Looks for all @Repository annotations and makes a database connection available to the
methods within the repository.
|
| TransactionalMethodInterceptor |
Looks for all @Transactional annotations and injects code for starting and stopping transactions.
|
Copyright © 2022 NorStella. All rights reserved.