Uses of Interface
org.hibernate.search.engine.search.projection.dsl.IdProjectionOptionsStep
-
Packages that use IdProjectionOptionsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
Uses of IdProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Classes in org.hibernate.search.engine.search.projection.dsl with type parameters of type IdProjectionOptionsStep Modifier and Type Interface Description interface
IdProjectionOptionsStep<S extends IdProjectionOptionsStep<?,I>,I>
The initial and final step in an "id" projection definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return IdProjectionOptionsStep Modifier and Type Method Description default IdProjectionOptionsStep<?,Object>
SearchProjectionFactory. id()
Project to the identifier of the referenced entity, i.e.<I> IdProjectionOptionsStep<?,I>
SearchProjectionFactory. id(Class<I> identifierType)
Project to the identifier of the referenced entity, i.e. -
Uses of IdProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return IdProjectionOptionsStep Modifier and Type Method Description <I> IdProjectionOptionsStep<?,I>
AbstractSearchProjectionFactory. id(Class<I> identifierType)
-