Uses of Interface
org.hibernate.search.backend.elasticsearch.search.projection.impl.ProjectionRequestRootContext
-
Packages that use ProjectionRequestRootContext Package Description org.hibernate.search.backend.elasticsearch.search.projection.impl -
-
Uses of ProjectionRequestRootContext in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl that return ProjectionRequestRootContext Modifier and Type Method Description ProjectionRequestRootContextFieldProjectionRequestContext. root()ProjectionRequestRootContextProjectionRequestContext. root()Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ProjectionRequestRootContext Constructor Description FieldProjectionRequestContext(ProjectionRequestRootContext root, String absoluteCurrentFieldPath, String[] absoluteCurrentFieldPathComponents)ProjectionExtractContext(ProjectionRequestRootContext requestContext)
-