Package org.hibernate.integrator.spi
Interface IntegratorService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<Integrator>
getIntegrators()
Retrieve all integrators.
-
-
-
Method Detail
-
getIntegrators
java.lang.Iterable<Integrator> getIntegrators()
Retrieve all integrators.- Returns:
- All integrators.
-
-