We’ve seen a lot about how to use Hibernate, including a series of example models, but none of this has really demonstrated how Hibernate would be used in the “real world.” All of our running code has been embedded in tests, which isn’t a bad thing for development, but this isn’t a good way to make it clear how to integrate Hibernate into applications people are likely to use.
Tests are a good example of what you’d see in “deep code,” back-end ...