I'm just starting to learn Hibernate ORM, and the very first paragraph of chapter 1 of the reference documentation says:
Quote:
All code is contained in the tutorials/web directory of the project source.
It then goes on to say:
Quote:
The distribution contains another example application under the tutorial/eg project source directory.
So I cloned the project source from Github by doing:
Code:
git clone https://github.com/hibernate/hibernate-orm.git
However, the "tutorials" directory does not contain a "web" subdirectory, and there is no "tutorial" directory at all! One paragraph in and I'm finding inconsistencies!
Clearly the documentation is out of sync with the distribution, but does anyone know where I can get these (presumably old) tutorials so I can follow along with the documentation?