Package org.hibernate.jpa.boot.spi
Interface IntegratorProvider
-
public interface IntegratorProvider
An object that provides a list ofIntegrator
s to the JPA persistence provider.An implementation may be registered with the JPA provider using the property "hibernate.integrator_provider".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Integrator>
getIntegrators()
-
-
-
Method Detail
-
getIntegrators
List<Integrator> getIntegrators()
-
-