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 TypeMethodDescriptionvoid
afterOperation
(boolean success) void
Callback to check whether the session is "active"void
void
fireLoad
(LoadEvent event, LoadEventListener.LoadType load) The session from which the load originatesvoid
Callback 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
-