Class IntegratorServiceImpl
java.lang.Object
org.hibernate.integrator.internal.IntegratorServiceImpl
- All Implemented Interfaces:
Serializable
,IntegratorService
,Service
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntegratorServiceImpl
create
(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService) Retrieve all integrators.
-
Method Details
-
create
public static IntegratorServiceImpl create(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService) -
getIntegrators
Description copied from interface:IntegratorService
Retrieve all integrators.- Specified by:
getIntegrators
in interfaceIntegratorService
- Returns:
- All integrators.
-