Uses of Interface
org.hibernate.search.mapper.orm.session.SearchSession
Packages that use SearchSession
-
Uses of SearchSession in org.hibernate.search.mapper.orm
Methods in org.hibernate.search.mapper.orm that return SearchSessionModifier and TypeMethodDescriptionstatic SearchSessionSearch.session(javax.persistence.EntityManager entityManager) Retrieve theSearchSessionfrom a JPAEntityManager.static SearchSessionSearch.session(org.hibernate.Session session) Retrieve theSearchSessionfrom a Hibernate ORMSession.