Package org.hibernate.loader.internal
Interface LoadAccessContext
- All Known Implementing Classes:
SessionImpl
Context for loader-access objects. Generally this is equivalent
to the Session
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterOperation(boolean success) voidCallback to check whether the session is "active"voidvoidfireLoad(LoadEvent event, LoadEventListener.LoadType load) The session from which the load originatesvoidCallback to pulse the transaction coo
-
Method Details
-
getSession
SessionImplementor getSession()The session from which the load originates -
checkOpenOrWaitingForAutoClose
void checkOpenOrWaitingForAutoClose()Callback to check whether the session is "active" -
pulseTransactionCoordinator
void pulseTransactionCoordinator()Callback to pulse the transaction coo -
delayedAfterCompletion
void delayedAfterCompletion() -
afterOperation
void afterOperation(boolean success) -
fireLoad
-