Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Unfortunately, hibernate still sends name_written_in_pascal_case instead of NameWrittenInPascalCase even after setting this property. Commented Dec 16, 2021 at 17:48
  • 3
    Try this property spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl @KRISTIJANTOMASINI Commented Dec 16, 2021 at 18:27
  • 2
    This fixed it! Thank you very much. Can you please update your answer so that i can accept it and give you reputation? Commented Dec 20, 2021 at 14:20