Package | Description |
---|---|
org.hibernate.search.jpa | |
org.hibernate.search.jpa.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
static FullTextEntityManager |
ImplementationFactory.createFullTextEntityManager(javax.persistence.EntityManager em) |
Copyright © 2006–2016 Hibernate. All rights reserved.