public class BaseSessionEventListener extends Object implements SessionEventListener
| Constructor and Description |
|---|
BaseSessionEventListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheGetEnd(boolean hit) |
void |
cacheGetStart() |
void |
cachePutEnd() |
void |
cachePutStart() |
void |
dirtyCalculationEnd(boolean dirty) |
void |
dirtyCalculationStart() |
void |
end() |
void |
flushEnd(int numberOfEntities,
int numberOfCollections) |
void |
flushStart() |
void |
jdbcConnectionAcquisitionEnd() |
void |
jdbcConnectionAcquisitionStart() |
void |
jdbcConnectionReleaseEnd() |
void |
jdbcConnectionReleaseStart() |
void |
jdbcExecuteBatchEnd() |
void |
jdbcExecuteBatchStart() |
void |
jdbcExecuteStatementEnd() |
void |
jdbcExecuteStatementStart() |
void |
jdbcPrepareStatementEnd() |
void |
jdbcPrepareStatementStart() |
void |
partialFlushEnd(int numberOfEntities,
int numberOfCollections) |
void |
partialFlushStart() |
void |
transactionCompletion(boolean successful) |
public void transactionCompletion(boolean successful)
transactionCompletion in interface SessionEventListenerpublic void jdbcConnectionAcquisitionStart()
jdbcConnectionAcquisitionStart in interface SessionEventListenerpublic void jdbcConnectionAcquisitionEnd()
jdbcConnectionAcquisitionEnd in interface SessionEventListenerpublic void jdbcConnectionReleaseStart()
jdbcConnectionReleaseStart in interface SessionEventListenerpublic void jdbcConnectionReleaseEnd()
jdbcConnectionReleaseEnd in interface SessionEventListenerpublic void jdbcPrepareStatementStart()
jdbcPrepareStatementStart in interface SessionEventListenerpublic void jdbcPrepareStatementEnd()
jdbcPrepareStatementEnd in interface SessionEventListenerpublic void jdbcExecuteStatementStart()
jdbcExecuteStatementStart in interface SessionEventListenerpublic void jdbcExecuteStatementEnd()
jdbcExecuteStatementEnd in interface SessionEventListenerpublic void jdbcExecuteBatchStart()
jdbcExecuteBatchStart in interface SessionEventListenerpublic void jdbcExecuteBatchEnd()
jdbcExecuteBatchEnd in interface SessionEventListenerpublic void cachePutStart()
cachePutStart in interface SessionEventListenerpublic void cachePutEnd()
cachePutEnd in interface SessionEventListenerpublic void cacheGetStart()
cacheGetStart in interface SessionEventListenerpublic void cacheGetEnd(boolean hit)
cacheGetEnd in interface SessionEventListenerpublic void flushStart()
flushStart in interface SessionEventListenerpublic void flushEnd(int numberOfEntities,
int numberOfCollections)
flushEnd in interface SessionEventListenerpublic void partialFlushStart()
partialFlushStart in interface SessionEventListenerpublic void partialFlushEnd(int numberOfEntities,
int numberOfCollections)
partialFlushEnd in interface SessionEventListenerpublic void dirtyCalculationStart()
dirtyCalculationStart in interface SessionEventListenerpublic void dirtyCalculationEnd(boolean dirty)
dirtyCalculationEnd in interface SessionEventListenerpublic void end()
end in interface SessionEventListenerCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.