Uses of Interface
org.hibernate.search.mapper.orm.work.SearchWorkspace
-
Packages that use SearchWorkspace Package Description org.hibernate.search.mapper.orm.scope org.hibernate.search.mapper.orm.session -
-
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return SearchWorkspace Modifier and Type Method Description SearchWorkspace
SearchScope. workspace()
Create aSearchWorkspace
for the indexes mapped to types in this scope, or to any of their sub-types.SearchWorkspace
SearchScope. workspace(String tenantId)
Create aSearchWorkspace
for the indexes mapped to types in this scope, or to any of their sub-types. -
Uses of SearchWorkspace in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return SearchWorkspace Modifier and Type Method Description default SearchWorkspace
SearchSession. workspace()
Create aSearchWorkspace
for the indexes mapped to all indexed types.default SearchWorkspace
SearchSession. workspace(Class<?>... types)
Create aSearchWorkspace
for the indexes mapped to the given type, or to any of its sub-types.SearchWorkspace
SearchSession. workspace(Collection<? extends Class<?>> types)
Create aSearchWorkspace
for the indexes mapped to the given types, or to any of their sub-types.
-