'Where are Hibernate 5 properties documented?
Hibernate 3 and 4 used to document the available configuration properties:
- http://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html_single/#configuration-optional
- http://docs.jboss.org/hibernate/orm/4.3/manual/en-US/html_single/#configuration-optional
The documentation for Hibernate 5 (http://docs.jboss.org/hibernate/orm/5.0/userGuide/en-US/html_single/) does not contain anything similar. Is it just not ready?
Solution 1:[1]
When I joined the Hibernate team, my first task was to rewrite the entire Hibernate User Guide. So, starting from Hibernate 5.1, there's a new section dedicated to Hibernate configurations.
Enjoy reading it!
Solution 2:[2]
NOTE: This is no longer relevant, the problem was resolved.
Based on the discussion in the comments, it looks like the comprehensive "Manual" from 4.3 was replaced in 5.0 with a more limited "User Guide" which among other things does not document the configuration properties. To give you an idea about the changes, the HTML for the 5.0 "User Guide" is about half the size of the 4.3 "Manual".
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | |
| Solution 2 |
