Class PreLoginMappingAdapterV2
- java.lang.Object
-
- org.eclipse.persistence.sessions.SessionEventAdapter
-
- org.eclipse.persistence.internal.jaxb.SessionEventListener
-
- org.eclipse.persistence.jpa.rs.util.PreLoginMappingAdapterV2
-
- All Implemented Interfaces:
java.util.EventListener
,CoreSessionEventListener
,SessionEventListener
public class PreLoginMappingAdapterV2 extends org.eclipse.persistence.internal.jaxb.SessionEventListener
This listener is used for crating XML mappings for weaved fields.- Author:
- Dmitry Kornilov
-
-
Constructor Summary
Constructors Constructor Description PreLoginMappingAdapterV2()
Instantiates a new pre login mapping adapter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
preLogin(SessionEvent event)
PUBLIC: This Event is raised before the session logs in.-
Methods inherited from class org.eclipse.persistence.internal.jaxb.SessionEventListener
setShouldValidateInstantiationPolicy
-
Methods inherited from class org.eclipse.persistence.sessions.SessionEventAdapter
missingDescriptor, moreRowsDetected, noRowsModified, outputParametersDetected, postAcquireClientSession, postAcquireConnection, postAcquireExclusiveConnection, postAcquireUnitOfWork, postBeginTransaction, postCalculateUnitOfWorkChangeSet, postCommitTransaction, postCommitUnitOfWork, postConnect, postDistributedMergeUnitOfWorkChangeSet, postExecuteCall, postExecuteQuery, postFlushUnitOfWork, postLogin, postLogout, postMergeUnitOfWorkChangeSet, postReleaseClientSession, postReleaseUnitOfWork, postResumeUnitOfWork, postRollbackTransaction, preBeginTransaction, preCalculateUnitOfWorkChangeSet, preCommitTransaction, preCommitUnitOfWork, preDistributedMergeUnitOfWorkChangeSet, preExecuteCall, preExecuteQuery, preFlushUnitOfWork, preLogout, preMergeUnitOfWorkChangeSet, prepareUnitOfWork, preReleaseClientSession, preReleaseConnection, preReleaseExclusiveConnection, preReleaseUnitOfWork, preRollbackTransaction
-
-
-
-
Method Detail
-
preLogin
public void preLogin(SessionEvent event)
PUBLIC: This Event is raised before the session logs in.- Specified by:
preLogin
in interfaceSessionEventListener
- Overrides:
preLogin
in classorg.eclipse.persistence.internal.jaxb.SessionEventListener
-
-