| Package | Description |
|---|---|
| org.hibernate.search | |
| org.hibernate.search.jpa |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FullTextSession
Extends the Hibernate
Session with fulltext search and indexing capabilities. |
| Modifier and Type | Method and Description |
|---|---|
static FullTextEntityManager |
Search.getFullTextEntityManager(EntityManager em)
Build a full text capable EntityManager
The underlying EM implementation has to be Hibernate EntityManager
The created instance depends on the passed Session: closing either of them will
close both instances.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.