Uses of Interface
org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
Packages that use IndexBindingContext
Package
Description
-
Uses of IndexBindingContext in org.hibernate.search.engine.mapper.mapping.building.impl
Classes in org.hibernate.search.engine.mapper.mapping.building.impl that implement IndexBindingContext -
Uses of IndexBindingContext in org.hibernate.search.engine.mapper.mapping.building.spi
Subinterfaces of IndexBindingContext in org.hibernate.search.engine.mapper.mapping.building.spiModifier and TypeInterfaceDescriptioninterfaceThe binding context associated to a specific non-root node in the entity tree.interfaceThe binding context associated to the root node in the entity tree. -
Uses of IndexBindingContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type IndexBindingContextModifierConstructorDescriptionPropertyBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoTypeModel<P> propertyTypeModel, IndexBindingContext indexBindingContext, PojoModelPropertyRootElement<P> bridgedElement, PojoPropertyIndexingDependencyConfigurationContextImpl<P> dependencyContext, Map<String, Object> params) TypeBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoTypeModel<T> typeModel, IndexBindingContext indexBindingContext, PojoModelTypeRootElement<T> bridgedElement, PojoTypeIndexingDependencyConfigurationContextImpl<T> dependencyContext, Map<String, Object> params) ValueBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoTypeModel<V> valueTypeModel, boolean multiValued, IndexBindingContext indexBindingContext, IndexFieldTypeDefaultsProvider defaultsProvider, String relativeFieldName, FieldModelContributor contributor, Map<String, Object> params) -
Uses of IndexBindingContext in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type IndexBindingContextModifier and TypeMethodDescription<P> Optional<BoundPropertyBridge<P>>PojoIndexModelBinder.bindProperty(IndexBindingContext indexBindingContext, BoundPojoModelPathPropertyNode<?, P> modelPath, PropertyBinder binder, Map<String, Object> params) <T> Optional<BoundTypeBridge<T>>PojoIndexModelBinder.bindType(IndexBindingContext indexBindingContext, BoundPojoModelPathTypeNode<T> modelPath, TypeBinder binder, Map<String, Object> params) <V> Optional<BoundValueBridge<V,?>> PojoIndexModelBinder.bindValue(IndexBindingContext indexBindingContext, BoundPojoModelPathValueNode<?, ?, V> modelPath, boolean multiValued, ValueBinder binder, Map<String, Object> params, String relativeFieldName, FieldModelContributor contributor) -
Uses of IndexBindingContext in org.hibernate.search.mapper.pojo.processing.building.impl
Constructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type IndexBindingContextModifierConstructorDescriptionAbstractPojoIndexingProcessorTypeNodeBuilder(PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences) PojoIndexingProcessorCastedTypeNodeBuilder(BoundPojoModelPathCastedTypeNode<T, U> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences) PojoIndexingProcessorOriginalTypeNodeBuilder(BoundPojoModelPathTypeNode<T> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)