Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathTypeNode
-
-
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 BoundPojoModelPathTypeNode Modifier and Type Method Description <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 BoundPojoModelPathTypeNode Constructor Description PojoModelTypeRootElement(BoundPojoModelPathTypeNode<T> modelPath, PojoBootstrapIntrospector introspector, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider) -
Uses of BoundPojoModelPathTypeNode in org.hibernate.search.mapper.pojo.model.path.impl
Subclasses of BoundPojoModelPathTypeNode in org.hibernate.search.mapper.pojo.model.path.impl Modifier and Type Class Description classBoundPojoModelPathCastedTypeNode<T,U>classBoundPojoModelPathOriginalTypeNode<T>Methods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundPojoModelPathTypeNode Modifier and Type Method Description BoundPojoModelPathTypeNode<T>BoundPojoModelPathPropertyNode. getParent()BoundPojoModelPathTypeNode<?>BoundPojoModelPath.Walker. type(Void context, BoundPojoModelPathValueNode<?,?,?> valueNode)Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundPojoModelPathTypeNode Modifier and Type Method Description BoundPojoModelPathPropertyNode<?,?>BoundPojoModelPath.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 BoundPojoModelPathTypeNode Modifier and Type Method Description BoundPojoModelPathTypeNode<T>PojoIndexingProcessorOriginalTypeNodeBuilder. getModelPath()Constructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type BoundPojoModelPathTypeNode Constructor Description PojoIndexingProcessorOriginalTypeNodeBuilder(BoundPojoModelPathTypeNode<T> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)
-