Uses of Interface
org.hibernate.search.mapper.pojo.search.definition.binding.ProjectionBindingMultiContext
-
Packages that use ProjectionBindingMultiContext Package Description org.hibernate.search.mapper.pojo.search.definition.binding org.hibernate.search.mapper.pojo.search.definition.binding.impl -
-
Uses of ProjectionBindingMultiContext in org.hibernate.search.mapper.pojo.search.definition.binding
Methods in org.hibernate.search.mapper.pojo.search.definition.binding that return types with arguments of type ProjectionBindingMultiContext Modifier and Type Method Description Optional<? extends ProjectionBindingMultiContext>ProjectionBindingContext. multi()Inspects the type of theProjectionBindingContext.constructorParameter()to determine if it may be bound to a multi-valued projection. -
Uses of ProjectionBindingMultiContext in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Classes in org.hibernate.search.mapper.pojo.search.definition.binding.impl that implement ProjectionBindingMultiContext Modifier and Type Class Description classProjectionBindingContextImpl.MultiContextImpl<PV>
-