org.hibernate.integrator.internal
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegratorServiceImpl
public IntegratorServiceImpl(LinkedHashSet<Integrator> providedIntegrators,
ClassLoaderService classLoaderService)
getIntegrators
public Iterable<Integrator> getIntegrators()
- Description copied from interface:
IntegratorService
- Retrieve all integrators.
- Specified by:
getIntegrators
in interface IntegratorService
- Returns:
- All integrators.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.