| Package | Description |
|---|---|
| org.hibernate.search.mapper.orm.scope | |
| org.hibernate.search.mapper.orm.session |
| Modifier and Type | Method and Description |
|---|---|
SearchWorkspace |
SearchScope.workspace()
Create a
SearchWorkspace for the indexes mapped to types in this scope, or to any of their sub-types. |
SearchWorkspace |
SearchScope.workspace(String tenantId)
Create a
SearchWorkspace for the indexes mapped to types in this scope, or to any of their sub-types. |
| Modifier and Type | Method and Description |
|---|---|
default SearchWorkspace |
SearchSession.workspace()
Create a
SearchWorkspace for the indexes mapped to all indexed types. |
default SearchWorkspace |
SearchSession.workspace(Class<?>... types)
Create a
SearchWorkspace for the indexes mapped to the given type, or to any of its sub-types. |
SearchWorkspace |
SearchSession.workspace(Collection<? extends Class<?>> types)
Create a
SearchWorkspace for the indexes mapped to the given types, or to any of their sub-types. |
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.