- All Implemented Interfaces:
- Serializable, org.hibernate.engine.jdbc.spi.JdbcServices, org.hibernate.service.Service, org.hibernate.service.spi.Configurable, org.hibernate.service.spi.ServiceRegistryAwareService
public class LifecycleAwareJDBCServices
extends org.hibernate.engine.jdbc.internal.JdbcServicesImpl
A customization of JdbcServicesImpl
that allows further usage of the sql statement logging. This is useful
for tracking all sql executed during the lifecycle of a transaction.
- Author:
- Jeff Fischer
- See Also:
TransactionLifecycleAwareSqlStatementLogger
,
TransactionLifecycleMonitor
,
Serialized Form