Uses of Interface
org.hibernate.search.engine.search.projection.dsl.EntityProjectionOptionsStep
-
Packages that use EntityProjectionOptionsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
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 EntityProjectionOptionsStep Modifier and Type Interface Description interface
EntityProjectionOptionsStep<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 EntityProjectionOptionsStep Modifier and Type Method Description EntityProjectionOptionsStep<?,E>
SearchProjectionFactory. entity()
Project to the entity 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 EntityProjectionOptionsStep Modifier and Type Method Description EntityProjectionOptionsStep<?,E>
DelegatingSearchProjectionFactory. entity()
-