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(javax.persistence.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 © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.