Uses of Interface
org.hibernate.search.engine.search.projection.dsl.IdProjectionOptionsStep
Packages that use IdProjectionOptionsStep
Package
Description
-
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 IdProjectionOptionsStepModifier and TypeInterfaceDescriptioninterfaceIdProjectionOptionsStep<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 IdProjectionOptionsStepModifier and TypeMethodDescriptiondefault IdProjectionOptionsStep<?, Object> SearchProjectionFactory.id()Project to the identifier of the referenced entity, i.e. the value of the property marked as@DocumentId.<I> IdProjectionOptionsStep<?, I> Project to the identifier of the referenced entity, i.e. the value of the property marked as@DocumentId. -
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