Uses of Interface
org.hibernate.search.engine.search.projection.dsl.EntityReferenceProjectionOptionsStep
-
Packages that use EntityReferenceProjectionOptionsStep Package Description org.hibernate.search.engine.search.projection.dsl org.hibernate.search.engine.search.projection.dsl.spi -
-
Uses of EntityReferenceProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl
Classes in org.hibernate.search.engine.search.projection.dsl with type parameters of type EntityReferenceProjectionOptionsStep Modifier and Type Interface Description interfaceEntityReferenceProjectionOptionsStep<S extends EntityReferenceProjectionOptionsStep<?,R>,R>The initial and final step in an "entity reference" projection definition, where optional parameters can be set.Methods in org.hibernate.search.engine.search.projection.dsl that return EntityReferenceProjectionOptionsStep Modifier and Type Method Description EntityReferenceProjectionOptionsStep<?,R>SearchProjectionFactory. entityReference()Project to a reference to the entity that was originally indexed. -
Uses of EntityReferenceProjectionOptionsStep in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi that return EntityReferenceProjectionOptionsStep Modifier and Type Method Description EntityReferenceProjectionOptionsStep<?,R>DelegatingSearchProjectionFactory. entityReference()
-