Package org.hibernate.service.spi
Interface Stoppable
- All Known Subinterfaces:
BeanContainer
,ClassLoaderService
,RegionFactory
,RegionFactory
,StrategySelector
- All Known Implementing Classes:
AbstractCdiBeanContainer
,AbstractRegionFactory
,DataSourceBasedMultiTenantConnectionProviderImpl
,RegionFactoryTemplate
public interface Stoppable
Lifecycle contract for services which wish to be notified when it is time to stop.
-
Method Summary
-
Method Details
-
stop
void stop()Stop phase notification
-