Class IntegratorServiceImpl
- java.lang.Object
-
- org.hibernate.integrator.internal.IntegratorServiceImpl
-
- All Implemented Interfaces:
Serializable
,IntegratorService
,Service
public class IntegratorServiceImpl extends Object implements IntegratorService
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntegratorServiceImpl
create(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService)
Iterable<Integrator>
getIntegrators()
Retrieve all integrators.
-
-
-
Method Detail
-
create
public static IntegratorServiceImpl create(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService)
-
getIntegrators
public Iterable<Integrator> getIntegrators()
Description copied from interface:IntegratorService
Retrieve all integrators.- Specified by:
getIntegrators
in interfaceIntegratorService
- Returns:
- All integrators.
-
-