| Name | Description | Type | Package | Framework |
| EntityManagerFactoryBuilder | Convenient builder for JPA EntityManagerFactory instances. | Class | org.springframework.boot.orm.jpa | Spring Boot |
| EntityManagerFactoryBuilder .EntityManagerFactoryBeanCallback | A callback for new entity manager factory beans created by a Builder. | Interface | org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder | Spring Boot |
| EntityScan | Configures the LocalContainerEntityManagerFactoryBean to scan for entityclasses in the classpath. | Class | org.springframework.boot.orm.jpa | Spring Boot |
| SpringJtaPlatform | Generic Hibernate AbstractJtaPlatform implementation that simply resolves theJTA UserTransaction and TransactionManager from the Spring-configured | Class | org.springframework.boot.orm.jpa.hibernate | Spring Boot |
| SpringNamingStrategy | Hibernate NamingStrategy that follows Spring recommendednaming conventions. | Class | org.springframework.boot.orm.jpa.hibernate | Spring Boot |