Package | Description |
---|---|
org.hibernate.search.jpa | |
org.hibernate.search.jpa.impl |
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.
|
Modifier and Type | Method and Description |
---|---|
static FullTextEntityManager |
ImplementationFactory.createFullTextEntityManager(EntityManager em) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.