get create sql of hibernqte entity

Solutions on MaxInterview for get create sql of hibernqte entity by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "get create sql of hibernqte entity"
Ilies
10 Jul 2020
1spring.jpa.properties.javax.persistence.schema-generation.create-source=metadata
2spring.jpa.properties.javax.persistence.schema-generation.scripts.action=create
3spring.jpa.properties.javax.persistence.schema-generation.scripts.create-target=create.sql   
4