| Package | Description |
|---|---|
| org.springframework.boot.autoconfigure.orm.jpa |
Auto-configuration for JPA and Spring ORM.
|
| Modifier and Type | Method and Description |
|---|---|
HibernateSettings |
HibernateSettings.ddlAuto(Supplier<String> ddlAuto) |
HibernateSettings |
HibernateSettings.hibernatePropertiesCustomizers(Collection<HibernatePropertiesCustomizer> hibernatePropertiesCustomizers) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
HibernateProperties.determineHibernateProperties(Map<String,String> jpaProperties,
HibernateSettings settings)
Determine the configuration properties for the initialization of the main Hibernate
EntityManagerFactory based on standard JPA properties and
HibernateSettings. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.