Uses of Interface
org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
Packages that use ProjectionBindingContext
Package
Description
-
Uses of ProjectionBindingContext in org.hibernate.search.mapper.pojo.search.definition.binding
Methods in org.hibernate.search.mapper.pojo.search.definition.binding with parameters of type ProjectionBindingContextModifier and TypeMethodDescriptionvoid
ProjectionBinder.bind
(ProjectionBindingContext context) Binds a constructor parameter to a projection. -
Uses of ProjectionBindingContext in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.builtin with parameters of type ProjectionBindingContextModifier and TypeMethodDescriptionvoid
CompositeProjectionBinder.bind
(ProjectionBindingContext context) void
DocumentReferenceProjectionBinder.bind
(ProjectionBindingContext context) void
EntityProjectionBinder.bind
(ProjectionBindingContext context) void
EntityReferenceProjectionBinder.bind
(ProjectionBindingContext context) void
FieldProjectionBinder.bind
(ProjectionBindingContext context) void
HighlightProjectionBinder.bind
(ProjectionBindingContext context) void
IdProjectionBinder.bind
(ProjectionBindingContext context) void
ObjectProjectionBinder.bind
(ProjectionBindingContext context) void
ScoreProjectionBinder.bind
(ProjectionBindingContext context)