Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathTypeNode
Packages that use BoundPojoModelPathTypeNode
Package
Description
-
Uses of BoundPojoModelPathTypeNode in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BoundPojoModelPathTypeNodeModifier and TypeMethodDescription<T> Optional<BoundTypeBridge<T>>PojoIndexModelBinder.bindType(IndexBindingContext indexBindingContext, BoundPojoModelPathTypeNode<T> modelPath, TypeBinder binder, Map<String, Object> params) -
Uses of BoundPojoModelPathTypeNode in org.hibernate.search.mapper.pojo.model.impl
Constructors in org.hibernate.search.mapper.pojo.model.impl with parameters of type BoundPojoModelPathTypeNodeModifierConstructorDescriptionPojoModelTypeRootElement(BoundPojoModelPathTypeNode<T> modelPath, PojoBootstrapIntrospector introspector, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider) -
Uses of BoundPojoModelPathTypeNode in org.hibernate.search.mapper.pojo.model.path.impl
Modifier and TypeClassDescriptionclassclassMethods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundPojoModelPathTypeNodeModifier and TypeMethodDescriptionBoundPojoModelPathPropertyNode.getParent()BoundPojoModelPath.Walker.type(Void context, BoundPojoModelPathValueNode<?, ?, ?> valueNode) Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundPojoModelPathTypeNodeModifier and TypeMethodDescriptionBoundPojoModelPath.Walker.property(Void context, BoundPojoModelPathTypeNode<?> typeNode, PojoModelPathPropertyNode pathNode) -
Uses of BoundPojoModelPathTypeNode in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl that return BoundPojoModelPathTypeNodeConstructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type BoundPojoModelPathTypeNodeModifierConstructorDescriptionPojoIndexingProcessorOriginalTypeNodeBuilder(BoundPojoModelPathTypeNode<T> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)