Uses of Interface
org.hibernate.search.engine.search.projection.dsl.spi.SearchProjectionDslContext
-
Packages that use SearchProjectionDslContext Package Description org.hibernate.search.engine.search.projection.dsl -
-
Uses of SearchProjectionDslContext in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type SearchProjectionDslContext Modifier and Type Method Description Optional<T>SearchProjectionFactoryExtension. extendOptional(SearchProjectionFactory<R,E> original, SearchProjectionDslContext<?> dslContext)Attempt to extend a given factory, returning an emptyOptionalin case of failure.
-