Class DelegatingSearchSession

java.lang.Object
org.hibernate.search.mapper.orm.session.impl.DelegatingSearchSession
All Implemented Interfaces:
SearchScopeProvider, SearchSession

public class DelegatingSearchSession extends Object implements SearchSession
A lazily initializing SearchSession.

This implementation allows to call Search.session(Session) before Hibernate Search is fully initialized, which can be useful in CDI/Spring environments.