Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXY
]
hibernate3-search - Hibernate integration with Lucene for indexing and querying data
- Description:
Hibernate, like all other object/relational mapping tools,
requires metadata that governs the transformation of data
from one representation to the other (and vice versa). In
Hibernate 2.x, mapping metadata is most of the time declared
in XML text files. Another option is XDoclet, utilizing
Javadoc source code annotations and a preprocessor at compile
time.
Hibernate Search brings the power of full text search engines
to the persistence domain model and Hibernate experience,
through transparent configuration (Hibernate Annotations)
and a common API.
Packages