When using Hibernate as a ORM solution, it is natural to fall into a sense of ease with the tool and what it can do. However, once you begin to load data into your application, there are several performance gaps that will quickly become apparent. One of these gaps is the absence of indexes on …