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 SearchSession
Search.session
(jakarta.persistence.EntityManager entityManager) Retrieve theSearchSession
from a JPAEntityManager
.static SearchSession
Retrieve theSearchSession
from a Hibernate ORMSession
. -
Uses of SearchSession in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope with parameters of type SearchSessionModifier and TypeMethodDescriptiondefault SearchQuerySelectStep
<SR, ?, EntityReference, T, ?, ?, ?> HibernateOrmRootReferenceScope.search
(SearchSession session)