Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathValueNode
Packages that use BoundPojoModelPathValueNode
Package
Description
-
Uses of BoundPojoModelPathValueNode in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl that return BoundPojoModelPathValueNodeModifier and TypeMethodDescriptionBoundPojoModelPathValueNode<?,?, ?> PojoImplicitReindexingResolverBuildingHelper.bindPath(PojoTypeModel<?> rootType, PojoModelPathValueNode unboundPath) Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type BoundPojoModelPathValueNodeModifier and TypeMethodDescriptionPojoIndexingDependencyCollectorTypeNode.disjointValue(BoundPojoModelPathValueNode<?, ?, ?> inverseAssociationPath) -
Uses of BoundPojoModelPathValueNode in org.hibernate.search.mapper.pojo.automaticindexing.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type BoundPojoModelPathValueNodeModifier and TypeMethodDescriptionstatic <P,V> PojoImplicitReindexingAssociationInverseSideResolverNode<Object> PojoImplicitReindexingAssociationInverseSideResolverNode.bind(ContainerExtractorBinder extractorBinder, BoundPojoModelPathValueNode<?, P, V> path, PojoImplicitReindexingAssociationInverseSideResolverNode<? super V> nested) -
Uses of BoundPojoModelPathValueNode in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BoundPojoModelPathValueNodeModifier and TypeMethodDescription<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 BoundPojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.impl
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.impl with parameters of type BoundPojoModelPathValueNodeModifier and TypeMethodDescriptionPojoTypeAdditionalMetadataProvider.get(BoundPojoModelPathValueNode<?, ?, ?> valueNode) -
Uses of BoundPojoModelPathValueNode in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundPojoModelPathValueNodeModifier and TypeMethodDescriptionBoundPojoModelPathCastedTypeNode.getParent()BoundPojoModelPathOriginalTypeNode.getParent()abstract BoundPojoModelPathValueNode<?,?, ?> BoundPojoModelPathTypeNode.getParent()BoundPojoModelPathValueNode<?,?, ?> BoundPojoModelPath.Walker.value(Void context, BoundPojoModelPathPropertyNode<?, ?> propertyNode, PojoModelPathValueNode pathNode) <P> BoundPojoModelPathValueNode<?,P, ?> BoundPojoModelPath.Walker.value(BoundPojoModelPathPropertyNode<?, P> propertyNode, ContainerExtractorPath extractorPath) <V> BoundPojoModelPathValueNode<T,P, V> BoundPojoModelPathPropertyNode.value(BoundContainerExtractorPath<? super P, V> extractorPath) BoundPojoModelPathPropertyNode.valueWithoutExtractors()Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundPojoModelPathValueNodeModifier and TypeMethodDescriptionBoundPojoModelPath.Walker.type(Void context, BoundPojoModelPathValueNode<?, ?, ?> valueNode)