JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.integrator.spi
IntegratorService
Contents
Description
Method Summary
Method Details
getIntegrators()
Hide sidebar
Show sidebar
Interface IntegratorService
All Superinterfaces:
Serializable
,
Service
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 Details
getIntegrators
Iterable
<
Integrator
>
getIntegrators
()
Retrieve all integrators.
Returns:
All integrators.