public interface EnvironmentSynchronizer
extends org.hibernate.service.Service
BeanResolver) will be ready to accept requests.| Modifier and Type | Method and Description |
|---|---|
void |
whenEnvironmentReady(Runnable runnable)
Run the given work as soon as the environment is
deemed "ready" (exactly what "ready" means is
implementation-dependent).
|
void whenEnvironmentReady(Runnable runnable)
If the environment is already "ready", run the work now, synchronously.
runnable - Copyright © 2006–2017 Hibernate. All rights reserved.