Package org.hibernate.jpa.boot.spi
Interface IntegratorProvider
public interface IntegratorProvider
An object that provides a list of
Integrator
s to the JPA persistence provider.
An implementation may be registered with the JPA provider using the property "hibernate.integrator_provider".
-
Method Summary
-
Method Details
-
getIntegrators
List<Integrator> getIntegrators()
-