See: Description
Interface | Description |
---|---|
EntityManagerFactoryBuilderCustomizer |
Callback interface that can be used to customize the auto-configured
EntityManagerFactoryBuilder . |
HibernatePropertiesCustomizer |
Callback interface that can be implemented by beans wishing to customize the Hibernate
properties before it is used by an auto-configured
EntityManagerFactory . |
Class | Description |
---|---|
EntityManagerFactoryDependsOnPostProcessor |
BeanFactoryPostProcessor that can be used to dynamically declare that all
EntityManagerFactory beans should "depend on" one or more specific beans. |
HibernateJpaAutoConfiguration |
Auto-configuration for Hibernate JPA. |
HibernateProperties |
Configuration properties for Hibernate.
|
HibernateProperties.Naming | |
HibernateSettings |
Settings to apply when configuring Hibernate.
|
JpaBaseConfiguration |
Base
Auto-configuration for JPA. |
JpaBaseConfiguration.JpaWebConfiguration | |
JpaProperties |
External configuration properties for a JPA EntityManagerFactory created by Spring.
|