Uses of Class
org.eclipse.persistence.sessions.SessionEvent
Packages that use SessionEvent
Package
Description
-
Uses of SessionEvent in org.eclipse.persistence.internal.jaxb
Methods in org.eclipse.persistence.internal.jaxb with parameters of type SessionEventModifier and TypeMethodDescriptionvoidSessionEventListener.preLogin(SessionEvent event) PUBLIC: This Event is raised before the session logs in. -
Uses of SessionEvent in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type SessionEventModifier and TypeMethodDescriptionvoidMissingDescriptorListener.missingDescriptor(SessionEvent event) -
Uses of SessionEvent in org.eclipse.persistence.jpa.rs.util
Methods in org.eclipse.persistence.jpa.rs.util with parameters of type SessionEventModifier and TypeMethodDescriptionvoidPreLoginMappingAdapter.preLogin(SessionEvent event) voidPreLoginMappingAdapterV2.preLogin(SessionEvent event) -
Uses of SessionEvent in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type SessionEventModifier and TypeMethodDescriptionvoidSessionEventAdapter.missingDescriptor(SessionEvent event) voidSessionEventListener.missingDescriptor(SessionEvent event) PUBLIC: This event is raised on the session if a descriptor is missing for a class being persisted.voidSessionEventAdapter.moreRowsDetected(SessionEvent event) voidSessionEventListener.moreRowsDetected(SessionEvent event) PUBLIC: This event is raised on the session after read object query detected more than a single row back from the database.voidSessionEventAdapter.noRowsModified(SessionEvent event) voidSessionEventListener.noRowsModified(SessionEvent event) PUBLIC: This event is raised on the session after update or delete SQL has been sent to the database but a row count of zero was returned.voidSessionEventAdapter.outputParametersDetected(SessionEvent event) voidSessionEventListener.outputParametersDetected(SessionEvent event) PUBLIC: This event is raised on the session after a stored procedure call has been executed that had output parameters.voidSessionEventAdapter.postAcquireClientSession(SessionEvent event) voidSessionEventListener.postAcquireClientSession(SessionEvent event) PUBLIC: This event is raised on the client session after creation/acquiring.voidSessionEventAdapter.postAcquireConnection(SessionEvent event) voidSessionEventListener.postAcquireConnection(SessionEvent event) PUBLIC: This event is raised on when using the server/client sessions.voidSessionEventAdapter.postAcquireExclusiveConnection(SessionEvent event) voidSessionEventListener.postAcquireExclusiveConnection(SessionEvent event) PUBLIC: This event is raised when a ClientSession, with Isolated data, acquires an exclusive connection.voidSessionEventAdapter.postAcquireUnitOfWork(SessionEvent event) voidSessionEventListener.postAcquireUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work after creation/acquiring.voidSessionEventAdapter.postBeginTransaction(SessionEvent event) voidSessionEventListener.postBeginTransaction(SessionEvent event) PUBLIC: This event is raised after a database transaction is started.voidSessionEventAdapter.postCalculateUnitOfWorkChangeSet(SessionEvent event) voidSessionEventListener.postCalculateUnitOfWorkChangeSet(SessionEvent event) PUBLIC: This event is raised after the commit has begun on the UnitOfWork and after the changes are calculated.voidSessionEventAdapter.postCommitTransaction(SessionEvent event) voidSessionEventListener.postCommitTransaction(SessionEvent event) PUBLIC: This event is raised after a database transaction is commited.voidSessionEventAdapter.postCommitUnitOfWork(SessionEvent event) voidSessionEventListener.postCommitUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work after commit.voidSessionEventAdapter.postConnect(SessionEvent event) voidSessionEventListener.postConnect(SessionEvent event) PUBLIC: This event is raised after the session connects to the database.voidSessionEventAdapter.postDistributedMergeUnitOfWorkChangeSet(SessionEvent event) voidSessionEventListener.postDistributedMergeUnitOfWorkChangeSet(SessionEvent event) PUBLIC: This even will be raised after a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed sessionvoidSessionEventAdapter.postExecuteCall(SessionEvent event) voidSessionEventListener.postExecuteCall(SessionEvent event) PUBLIC: This event is raised after the execution of every call against the session.voidSessionEventAdapter.postExecuteQuery(SessionEvent event) voidSessionEventListener.postExecuteQuery(SessionEvent event) PUBLIC: This event is raised after the execution of every query against the session.voidSessionEventAdapter.postFlushUnitOfWork(SessionEvent event) voidSessionEventListener.postFlushUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work after a flush.voidSessionEventAdapter.postLogin(SessionEvent event) voidSessionEventListener.postLogin(SessionEvent event) PUBLIC: This Event is raised after the session logs in.voidSessionEventAdapter.postLogout(SessionEvent event) voidSessionEventListener.postLogout(SessionEvent event) PUBLIC: This Event is raised after the session logs out.voidSessionEventAdapter.postMergeUnitOfWorkChangeSet(SessionEvent event) voidSessionEventListener.postMergeUnitOfWorkChangeSet(SessionEvent event) PUBLIC: This even will be raised after a UnitOfWorkChangeSet has been mergedvoidSessionEventAdapter.postReleaseClientSession(SessionEvent event) voidSessionEventListener.postReleaseClientSession(SessionEvent event) PUBLIC: This event is raised on the client session after releasing.voidSessionEventAdapter.postReleaseUnitOfWork(SessionEvent event) voidSessionEventListener.postReleaseUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work after release.voidSessionEventAdapter.postResumeUnitOfWork(SessionEvent event) voidSessionEventListener.postResumeUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work after resuming.voidSessionEventAdapter.postRollbackTransaction(SessionEvent event) voidSessionEventListener.postRollbackTransaction(SessionEvent event) PUBLIC: This event is raised after a database transaction is rolledback.voidSessionEventAdapter.preBeginTransaction(SessionEvent event) voidSessionEventListener.preBeginTransaction(SessionEvent event) PUBLIC: This event is raised before a database transaction is started.voidSessionEventAdapter.preCalculateUnitOfWorkChangeSet(SessionEvent event) voidSessionEventListener.preCalculateUnitOfWorkChangeSet(SessionEvent event) PUBLIC: This event is raised after the commit has begun on the UnitOfWork but before the changes are calculated.voidSessionEventAdapter.preCommitTransaction(SessionEvent event) voidSessionEventListener.preCommitTransaction(SessionEvent event) PUBLIC: This event is raised before a database transaction is commited.voidSessionEventAdapter.preCommitUnitOfWork(SessionEvent event) voidSessionEventListener.preCommitUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work before commit.voidSessionEventAdapter.preDistributedMergeUnitOfWorkChangeSet(SessionEvent event) voidSessionEventListener.preDistributedMergeUnitOfWorkChangeSet(SessionEvent event) PUBLIC: This even will be raised before a UnitOfWorkChangeSet has been merged When that changeSet has been received from a distributed sessionvoidSessionEventAdapter.preExecuteCall(SessionEvent event) voidSessionEventListener.preExecuteCall(SessionEvent event) PUBLIC: This event is raised before the execution of every call against the session.voidSessionEventAdapter.preExecuteQuery(SessionEvent event) voidSessionEventListener.preExecuteQuery(SessionEvent event) PUBLIC: This event is raised before the execution of every query against the session.voidSessionEventAdapter.preFlushUnitOfWork(SessionEvent event) voidSessionEventListener.preFlushUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work before a flush.voidSessionEventAdapter.preLogin(SessionEvent event) voidSessionEventListener.preLogin(SessionEvent event) PUBLIC: This Event is raised before the session logs in.voidSessionEventAdapter.preLogout(SessionEvent event) voidSessionEventListener.preLogout(SessionEvent event) PUBLIC: This Event is raised before the session logs out.voidSessionEventAdapter.preMergeUnitOfWorkChangeSet(SessionEvent event) voidSessionEventListener.preMergeUnitOfWorkChangeSet(SessionEvent event) PUBLIC: This even will be raised before a UnitOfWorkChangeSet has been mergedvoidSessionEventAdapter.prepareUnitOfWork(SessionEvent event) voidSessionEventListener.prepareUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work after the SQL has been flushed, but the commit transaction has not been executed.voidSessionEventAdapter.preReleaseClientSession(SessionEvent event) voidSessionEventListener.preReleaseClientSession(SessionEvent event) PUBLIC: This event is raised on the client session before releasing.voidSessionEventAdapter.preReleaseConnection(SessionEvent event) voidSessionEventListener.preReleaseConnection(SessionEvent event) PUBLIC: This event is raised on when using the server/client sessions.voidSessionEventAdapter.preReleaseExclusiveConnection(SessionEvent event) voidSessionEventListener.preReleaseExclusiveConnection(SessionEvent event) PUBLIC: This event is fired just before a Client Session, with isolated data, releases its Exclusive ConnectionvoidSessionEventAdapter.preReleaseUnitOfWork(SessionEvent event) voidSessionEventListener.preReleaseUnitOfWork(SessionEvent event) PUBLIC: This event is raised on the unit of work before release.voidSessionEventAdapter.preRollbackTransaction(SessionEvent event) voidSessionEventListener.preRollbackTransaction(SessionEvent event) PUBLIC: This event is raised before a database transaction is rolledback.