public class PreLoginMappingAdapter
extends org.eclipse.persistence.internal.jaxb.SessionEventListener
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.persistence.internal.sessions.AbstractSession |
jpaSession |
Constructor and Description |
---|
PreLoginMappingAdapter(org.eclipse.persistence.internal.sessions.AbstractSession jpaSession)
Instantiates a new pre login mapping adapter.
|
Modifier and Type | Method and Description |
---|---|
void |
preLogin(SessionEvent event)
PUBLIC:
This Event is raised before the session logs in.
|
setShouldValidateInstantiationPolicy
missingDescriptor, moreRowsDetected, noRowsModified, outputParametersDetected, postAcquireClientSession, postAcquireConnection, postAcquireExclusiveConnection, postAcquireUnitOfWork, postBeginTransaction, postCalculateUnitOfWorkChangeSet, postCommitTransaction, postCommitUnitOfWork, postConnect, postDistributedMergeUnitOfWorkChangeSet, postExecuteQuery, postLogin, postLogout, postMergeUnitOfWorkChangeSet, postReleaseClientSession, postReleaseUnitOfWork, postResumeUnitOfWork, postRollbackTransaction, preBeginTransaction, preCalculateUnitOfWorkChangeSet, preCommitTransaction, preCommitUnitOfWork, preDistributedMergeUnitOfWorkChangeSet, preExecuteQuery, preLogout, preMergeUnitOfWorkChangeSet, prepareUnitOfWork, preReleaseClientSession, preReleaseConnection, preReleaseExclusiveConnection, preReleaseUnitOfWork, preRollbackTransaction
protected org.eclipse.persistence.internal.sessions.AbstractSession jpaSession
public PreLoginMappingAdapter(org.eclipse.persistence.internal.sessions.AbstractSession jpaSession)
jpaSession
- the jpa sessionpublic void preLogin(SessionEvent event)
SessionEventAdapter
preLogin
in interface SessionEventListener
preLogin
in class org.eclipse.persistence.internal.jaxb.SessionEventListener