Package org.hibernate.integrator.spi
Interface IntegratorService
- All Superinterfaces:
Serializable
,Service
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve all integrators.
-
Method Details
-
getIntegrators
Iterable<Integrator> getIntegrators()Retrieve all integrators.- Returns:
- All integrators.
-