| Interface | Description |
|---|---|
| SqlStatementLoggable |
Capable of logging sql statements
|
| TransactionInfoCustomModifier |
Allows further customization of
TransactionInfo instances upon transaction begin. |
| Class | Description |
|---|---|
| BroadleafCommonServiceContributor |
Support introduction of customized or additional services to the Hibernate service registry.
|
| CompressedItem |
Simple POJO for storing a String value as a compressed byte array.
|
| LifecycleAwareJDBCServices |
A customization of
JdbcServicesImpl that allows further usage of the sql statement logging. |
| LifecycleAwareJDBCServicesInitiator |
StandardServiceInitiator implementation for introducing the custom JdbcServices implementation
to the Hibernate service registry. |
| LifecycleAwareJpaTransactionManager |
A customized
JpaTransactionManager that will send Spring events at key lifecycle points during a transaction. |
| OracleSessionIdTransactionInfoModifier | |
| TransactionInfo |
POJO for in-progress transaction information.
|
| TransactionLifecycleAwareSqlStatementLogger |
Custom
SqlStatementLogger that will log sql statements during a transaction with TransactionLifecycleMonitor. |
| TransactionLifecycleEvent |
Spring event published at key transaction lifecycle points.
|
| TransactionLifecycleMonitor |
Responsible for most of the work related to monitoring and logging transaction state.
|
| Enum | Description |
|---|---|
| TransactionLifecycle |
Desribes the key transaction lifecycle events being monitored by the system
|
Copyright © 2022. All rights reserved.