Uses of Interface
org.hibernate.search.engine.mapper.mapping.building.spi.IndexBindingContext
-
-
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 Modifier and Type Class Description classIndexedEntityBindingContextImpl -
Uses of IndexBindingContext in org.hibernate.search.engine.mapper.mapping.building.spi
Subinterfaces of IndexBindingContext in org.hibernate.search.engine.mapper.mapping.building.spi Modifier and Type Interface Description interfaceIndexedEmbeddedBindingContextThe binding context associated to a specific non-root node in the entity tree.interfaceIndexedEntityBindingContextThe binding context associated to the root node in the entity tree. -
Uses of IndexBindingContext in org.hibernate.search.mapper.pojo.bridge.binding.impl
-
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 IndexBindingContext Modifier and Type Method Description <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 IndexBindingContext Constructor Description AbstractPojoIndexingProcessorTypeNodeBuilder(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)
-