Uses of Class
org.hibernate.search.mapper.pojo.mapping.building.impl.PojoMappingHelper
-
-
Uses of PojoMappingHelper in org.hibernate.search.mapper.pojo.identity.impl
Constructors in org.hibernate.search.mapper.pojo.identity.impl with parameters of type PojoMappingHelper Constructor Description PojoRootIdentityMappingCollector(PojoRawTypeModel<E> typeModel, PojoMappingHelper mappingHelper, Optional<IndexedEntityBindingContext> bindingContext, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge) -
Uses of PojoMappingHelper in org.hibernate.search.mapper.pojo.processing.building.impl
Constructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type PojoMappingHelper 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) -
Uses of PojoMappingHelper in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.binding.impl with parameters of type PojoMappingHelper Constructor Description ProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor)ProjectionConstructorBinder(PojoMappingHelper mappingHelper, PojoConstructorModel<T> constructor, ProjectionBindingContextImpl<?> parentBindingContext, TreeNestingContext nestingContext) -
Uses of PojoMappingHelper in org.hibernate.search.mapper.pojo.search.definition.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.impl with parameters of type PojoMappingHelper Constructor Description PojoSearchQueryElementRegistryBuilder(PojoMappingHelper mappingHelper)
-