Uses of Package
org.springframework.boot.autoconfigure.orm.jpa
Packages that use org.springframework.boot.autoconfigure.orm.jpa
Package
Description
Auto-configuration for Spring Data JPA.
Auto-configuration for JPA and Spring ORM.
-
Classes in org.springframework.boot.autoconfigure.orm.jpa used by org.springframework.boot.autoconfigure.data.jpaClassDescriptionCallback interface that can be used to customize the
EntityManagerFactoryBuilder
to fine-tune its auto-configuration. -
Classes in org.springframework.boot.autoconfigure.orm.jpa used by org.springframework.boot.autoconfigure.orm.jpaClassDescriptionCallback interface that can be implemented by beans wishing to customize the Hibernate properties to customize their auto-configuration prior to use by the auto-configured
EntityManagerFactory
.Settings to apply when configuring Hibernate.External configuration properties for a JPA EntityManagerFactory created by Spring.