| Package | Description |
|---|---|
| org.hibernate.search.mapper.orm.session |
| Modifier and Type | Method and Description |
|---|---|
default <T> SearchScope<T> |
SearchSession.scope(Class<T> type)
Create a
SearchScope limited to the given type. |
<T> SearchScope<T> |
SearchSession.scope(Collection<? extends Class<? extends T>> types)
Create a
SearchScope limited to the given types. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.