Uses of Interface
org.hibernate.search.engine.search.projection.dsl.EntityProjectionOptionsStep
Packages that use EntityProjectionOptionsStep
Package
Description
-
Uses of EntityProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Classes in org.hibernate.search.engine.search.projection.dsl with type parameters of type EntityProjectionOptionsStepModifier and TypeInterfaceDescriptioninterfaceEntityProjectionOptionsStep<S extends EntityProjectionOptionsStep<?,E>, E> The initial and final step in an "entity" projection definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return EntityProjectionOptionsStepModifier and TypeMethodDescriptionSearchProjectionFactory.entity()Project to the entity that was originally indexed.<T> EntityProjectionOptionsStep<?, T> Project to the entity that was originally indexed. -
Uses of EntityProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return EntityProjectionOptionsStepModifier and TypeMethodDescriptionAbstractSearchProjectionFactory.entity()<T> EntityProjectionOptionsStep<?, T>