Package org.hibernate.integrator.spi
Interface IntegratorService
-
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
IntegratorServiceImpl
public interface IntegratorService extends Service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<Integrator>
getIntegrators()
Retrieve all integrators.
-
-
-
Method Detail
-
getIntegrators
Iterable<Integrator> getIntegrators()
Retrieve all integrators.- Returns:
- All integrators.
-
-