Hibernate Tips: How to automatically add Metamodel classes to your project
|

Hibernate Tips: How to automatically add Metamodel classes to your project

Hibernate Tips is a series of posts in which I describe a quick and easy solution for common Hibernate questions. If you have a question you like me to answer, please leave a comment below. Question: I use Hibernate’s Static Metamodel Generator to generate the JPA Metamodel. These classes are generated to a different directory…

Add full-text search to your application with Hibernate Search
|

Add full-text search to your application with Hibernate Search

Full-text search has become a common requirement for modern enterprise applications, and there are several good implementations available, like Apache Lucene and Elasticsearch. They provide powerful indexing and search capabilities that allow you to easily add full-text search capabilities to your application. But one important questions remains when you decide to add Apache Lucene or…