Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathValueNode
-
-
Uses of BoundPojoModelPathValueNode in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl that return BoundPojoModelPathValueNode Modifier and Type Method Description BoundPojoModelPathValueNode<?,?,?>PojoImplicitReindexingResolverBuildingHelper. bindPath(PojoTypeModel<?> rootType, PojoModelPathValueNode unboundPath)Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type BoundPojoModelPathValueNode Modifier and Type Method Description PojoIndexingDependencyCollectorDisjointValueNode<?>PojoIndexingDependencyCollectorTypeNode. 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 BoundPojoModelPathValueNode Modifier and Type Method Description static <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 BoundPojoModelPathValueNode Modifier and Type Method Description <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 BoundPojoModelPathValueNode Modifier and Type Method Description PojoValueAdditionalMetadataPojoTypeAdditionalMetadataProvider. 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 BoundPojoModelPathValueNode Modifier and Type Method Description BoundPojoModelPathValueNode<?,?,T>BoundPojoModelPathCastedTypeNode. getParent()BoundPojoModelPathValueNode<?,?,T>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)BoundPojoModelPathValueNode<T,P,P>BoundPojoModelPathPropertyNode. valueWithoutExtractors()Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundPojoModelPathValueNode Modifier and Type Method Description BoundPojoModelPathTypeNode<?>BoundPojoModelPath.Walker. type(Void context, BoundPojoModelPathValueNode<?,?,?> valueNode)
-