Uses of Interface
org.hibernate.search.engine.search.predicate.dsl.SearchPredicateFactoryExtensionIfSupportedStep
-
-
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 interfaceSearchPredicateFactoryExtensionIfSupportedMoreStepThe 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 SearchPredicateFactoryExtensionIfSupportedStepSearchPredicateFactory. 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.impl
Classes in org.hibernate.search.engine.search.predicate.dsl.impl that implement SearchPredicateFactoryExtensionIfSupportedStep Modifier and Type Class Description classSearchPredicateFactoryExtensionStep -
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 SearchPredicateFactoryExtensionIfSupportedStepAbstractSearchPredicateFactory. extension()
-