Uses of Interface
org.hibernate.integrator.spi.IntegratorService
-
Packages that use IntegratorService Package Description org.hibernate.boot.registry.internal The internals for building service registries.org.hibernate.integrator.internal -
-
Uses of IntegratorService in org.hibernate.boot.registry.internal
Constructors in org.hibernate.boot.registry.internal with parameters of type IntegratorService Constructor Description BootstrapServiceRegistryImpl(boolean autoCloseRegistry, ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl.BootstrapServiceRegistryImpl(ClassLoaderService classLoaderService, StrategySelector strategySelector, IntegratorService integratorService)
Constructs a BootstrapServiceRegistryImpl. -
Uses of IntegratorService in org.hibernate.integrator.internal
Classes in org.hibernate.integrator.internal that implement IntegratorService Modifier and Type Class Description class
IntegratorServiceImpl
-