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(EntityManager entityManager) Retrieve theSearchSessionfrom a JPAEntityManager.static SearchSessionRetrieve theSearchSessionfrom a Hibernate ORMSession. -
Uses of SearchSession in org.hibernate.search.mapper.orm.session.impl
Classes in org.hibernate.search.mapper.orm.session.impl that implement SearchSessionModifier and TypeClassDescriptionclassA lazily initializingSearchSession.classThe actual implementation ofSearchSession.