Uses of Interface
org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBinder
Packages that use ProjectionBinder
Package
Description
-
Uses of ProjectionBinder in org.hibernate.search.mapper.pojo.mapping.building.spi
Fields in org.hibernate.search.mapper.pojo.mapping.building.spi with type parameters of type ProjectionBinderModifier and TypeFieldDescriptionfinal BeanReference<? extends ProjectionBinder>PojoSearchMappingMethodParameterNode.ProjectionBindingData.referenceConstructor parameters in org.hibernate.search.mapper.pojo.mapping.building.spi with type arguments of type ProjectionBinderModifierConstructorDescriptionProjectionBindingData(BeanReference<? extends ProjectionBinder> reference, Map<String, Object> params) -
Uses of ProjectionBinder in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ProjectionBinderModifier and TypeMethodDescriptiondefault MethodParameterMappingStepMethodParameterMappingStep.projection(ProjectionBinder binder) Maps a constructor parameter to a projection definition picked by the given binder.default MethodParameterMappingStepMethodParameterMappingStep.projection(ProjectionBinder binder, Map<String, Object> params) Maps a constructor parameter to a projection definition picked by the given binder with the given parameters.Method parameters in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with type arguments of type ProjectionBinderModifier and TypeMethodDescriptiondefault MethodParameterMappingStepMethodParameterMappingStep.projection(BeanReference<? extends ProjectionBinder> binder) Maps a constructor parameter to a projection definition picked by the given binder.MethodParameterMappingStep.projection(BeanReference<? extends ProjectionBinder> binder, Map<String, Object> params) Maps a constructor parameter to a projection definition picked by the given binder with the given parameters. -
Uses of ProjectionBinder in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Classes in org.hibernate.search.mapper.pojo.search.definition.binding.builtin that implement ProjectionBinderModifier and TypeClassDescriptionfinal classBinds a constructor parameter to a composite projection, which will combine multiple inner projections.final classBinds a constructor parameter to a projection to aDocumentReferencerepresenting the hit.final classBinds a constructor parameter to a projection to the entity that was originally indexed, which for the Hibernate ORM mapper is a managed entity loaded from the database.final classBinds a constructor parameter to a projection to a reference to the entity that was originally indexed.final classBinds a constructor parameter to a projection to the value of a field in the indexed document.final classBinds a constructor parameter to a projection to highlights, i.e.final classBinds a constructor parameter to a projection to the identifier of the mapped entity, i.e.final classBinds a constructor parameter to an object projection bound to a specific object field in the indexed document.final classBinds a constructor parameter to a projection to the score of a hit. -
Uses of ProjectionBinder in org.hibernate.search.mapper.pojo.search.definition.mapping.annotation
Classes in org.hibernate.search.mapper.pojo.search.definition.mapping.annotation that implement ProjectionBinderModifier and TypeClassDescriptionstatic classClass used as a marker for the default value of theProjectionBinderRef.type()attribute.