| Interface | Description | 
|---|---|
| SqlStatementLoggable | Capable of logging sql statements | 
| TransactionInfoCustomModifier | Allows further customization of  TransactionInfoinstances 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  JdbcServicesImplthat allows further usage of the sql statement logging. | 
| LifecycleAwareJDBCServicesInitiator | StandardServiceInitiatorimplementation for introducing the customJdbcServicesimplementation
 to the Hibernate service registry. | 
| LifecycleAwareJpaTransactionManager | A customized  JpaTransactionManagerthat will send Spring events at key lifecycle points during a transaction. | 
| OracleSessionIdTransactionInfoModifier | |
| TransactionInfo | POJO for in-progress transaction information. | 
| TransactionLifecycleAwareSqlStatementLogger | Custom  SqlStatementLoggerthat will log sql statements during a transaction withTransactionLifecycleMonitor. | 
| 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 © 2020. All rights reserved.