Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedStep
-
Packages that use SearchPredicateFactoryExtensionIfSupportedStep Package Description org.hibernate.search.engine.search.predicate.dsl org.hibernate.search.engine.search.predicate.dsl.spi -
-
Uses of SearchPredicateFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.predicate.dsl
Subinterfaces of SearchPredicateFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.predicate.dsl Modifier and Type Interface Description interface
SearchPredicateFactoryExtensionIfSupportedMoreStep
The second and later step when attempting to apply multiple extensions to aSearchPredicateFactory
.Methods in org.hibernate.search.engine.search.predicate.dsl that return SearchPredicateFactoryExtensionIfSupportedStep Modifier and Type Method Description SearchPredicateFactoryExtensionIfSupportedStep
SearchPredicateFactory. extension()
Create a DSL step allowing multiple attempts to apply extensions one after the other, failing only if none of the extensions is supported. -
Uses of SearchPredicateFactoryExtensionIfSupportedStep in org.hibernate.search.engine.search.predicate.dsl.spi
Methods in org.hibernate.search.engine.search.predicate.dsl.spi that return SearchPredicateFactoryExtensionIfSupportedStep Modifier and Type Method Description SearchPredicateFactoryExtensionIfSupportedStep
AbstractSearchPredicateFactory. extension()
-