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 TypeMethodDescriptionvoidProjectionBinder.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 TypeMethodDescriptionvoidCompositeProjectionBinder.bind(ProjectionBindingContext context) voidDistanceProjectionBinder.bind(ProjectionBindingContext context) voidDocumentReferenceProjectionBinder.bind(ProjectionBindingContext context) voidEntityProjectionBinder.bind(ProjectionBindingContext context) voidEntityReferenceProjectionBinder.bind(ProjectionBindingContext context) voidFieldProjectionBinder.bind(ProjectionBindingContext context) voidHighlightProjectionBinder.bind(ProjectionBindingContext context) voidIdProjectionBinder.bind(ProjectionBindingContext context) voidObjectProjectionBinder.bind(ProjectionBindingContext context) voidScoreProjectionBinder.bind(ProjectionBindingContext context)