Uses of Interface
org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingContext
-
-
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 ProjectionBindingContext Modifier and Type Method Description voidProjectionBinder. 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 ProjectionBindingContext Modifier and Type Method Description voidCompositeProjectionBinder. 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) -
Uses of ProjectionBindingContext in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Classes in org.hibernate.search.mapper.pojo.search.definition.binding.impl that implement ProjectionBindingContext Modifier and Type Class Description classProjectionBindingContextImpl<P>
-