Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How is Hibernate chosen as the default implementation for JPA without any configuration?

Pragya Keshap answered on February 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • hibernate with springboot mysql
  • Persistence XML hibernate jpa 3.0
  • spring.jpa.hibernate.ddl-auto=
  • Configure Spring Boot, JPA, SQL Server, Hibernate
  • Hibernate Configuration
  • sql request with jpa hiberna
  • how to create database automatically in hibernate springboot
  • spring.jpa.properties.hibernate
  • hibernate in spring boot
  • saving file using hibernate
  • What are all the ways to access Hibernate by using Spring?
  • What is the main difference between JPA and Hibernate?
  • Using Hibernate.initialize()
  • Hibernate/JPA criteria query
  • What is the name of the configuration file which you can use in Spring Boot?
  • How is Hibernate accessed using the Spring framework?

  • How is Hibernate chosen as the default implementation for JPA without any configuration?

    0

    When we use the Spring Boot Auto Configuration, automatically the spring-boot-starter-data-jpa dependency gets added to the pom.xml file. Now, since this dependency has a transitive dependency on JPA and Hibernate, Spring Boot automatically auto-configures Hibernate as the default implementation for JPA, whenever it sees Hibernate in the classpath.  

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 23 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.