类 IntegratorServiceImpl
- java.lang.Object
-
- org.hibernate.integrator.internal.IntegratorServiceImpl
-
- 所有已实现的接口:
Serializable,IntegratorService,Service
public class IntegratorServiceImpl extends Object implements IntegratorService
- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService)
-
-
-
构造器详细资料
-
IntegratorServiceImpl
public IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators, ClassLoaderService classLoaderService)
-
-
方法详细资料
-
getIntegrators
public Iterable<Integrator> getIntegrators()
从接口复制的说明:IntegratorServiceRetrieve all integrators.- 指定者:
getIntegrators在接口中IntegratorService- 返回:
- All integrators.
-
-