Package org.hibernate.service.spi
Interface Startable
-
public interface StartableLifecycle contract for services which wish to be notified when it is time to start.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Start phase notification
-