@FunctionalInterface
public interface HibernatePropertiesCustomizer
EntityManagerFactory.| Modifier and Type | Method and Description |
|---|---|
void |
customize(java.util.Map<java.lang.String,java.lang.Object> hibernateProperties)
Customize the specified JPA vendor properties.
|