| Package | Description |
|---|---|
| org.hibernate.search.engine.search.projection.dsl | |
| org.hibernate.search.engine.search.projection.dsl.spi |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SearchProjectionFactoryExtensionIfSupportedMoreStep<P,R,E>
The second and later step when attempting to apply multiple extensions
to a
SearchProjectionFactory. |
| Modifier and Type | Method and Description |
|---|---|
<T> SearchProjectionFactoryExtensionIfSupportedStep<T,R,E> |
SearchProjectionFactory.extension()
Create a DSL step allowing multiple attempts to apply extensions one after the other,
failing only if none of the extensions is supported.
|
| Modifier and Type | Method and Description |
|---|---|
<P> SearchProjectionFactoryExtensionIfSupportedStep<P,R,E> |
DelegatingSearchProjectionFactory.extension() |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.