Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathPropertyNode
Packages that use BoundPojoModelPathPropertyNode
Package
Description
-
Uses of BoundPojoModelPathPropertyNode in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl with parameters of type BoundPojoModelPathPropertyNodeModifier and TypeMethodDescription<T> voidPojoIdentityMappingCollector.identifierBridge(BoundPojoModelPathPropertyNode<?, T> modelPath, IdentifierBinder binder, Map<String, Object> params) <T> voidPojoRootIdentityMappingCollector.identifierBridge(BoundPojoModelPathPropertyNode<?, T> modelPath, IdentifierBinder binder, Map<String, Object> params) -
Uses of BoundPojoModelPathPropertyNode in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return types with arguments of type BoundPojoModelPathPropertyNodeModifier and TypeMethodDescription<T> Optional<BoundPojoModelPathPropertyNode<T,?>> PojoIndexModelBinder.createEntityIdPropertyPath(PojoTypeModel<T> type) Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BoundPojoModelPathPropertyNodeModifier and TypeMethodDescription<I> BoundIdentifierBridge<I>PojoIndexModelBinder.bindIdentifier(Optional<IndexedEntityBindingContext> indexedEntityBindingContext, BoundPojoModelPathPropertyNode<?, I> modelPath, IdentifierBinder binder, Map<String, Object> params) <P> Optional<BoundPropertyBridge<P>>PojoIndexModelBinder.bindProperty(IndexBindingContext indexBindingContext, BoundPojoModelPathPropertyNode<?, P> modelPath, PropertyBinder binder, Map<String, Object> params) -
Uses of BoundPojoModelPathPropertyNode in org.hibernate.search.mapper.pojo.model.dependency.impl
Constructors in org.hibernate.search.mapper.pojo.model.dependency.impl with parameters of type BoundPojoModelPathPropertyNodeModifierConstructorDescriptionPojoPropertyIndexingDependencyConfigurationContextImpl(PojoBootstrapIntrospector introspector, ContainerExtractorBinder containerExtractorBinder, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider, BoundPojoModelPathPropertyNode<?, P> modelPath) -
Uses of BoundPojoModelPathPropertyNode in org.hibernate.search.mapper.pojo.model.impl
Constructors in org.hibernate.search.mapper.pojo.model.impl with parameters of type BoundPojoModelPathPropertyNodeModifierConstructorDescriptionPojoModelPropertyRootElement(BoundPojoModelPathPropertyNode<?, P> modelPath, PojoBootstrapIntrospector introspector, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider) -
Uses of BoundPojoModelPathPropertyNode in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundPojoModelPathPropertyNodeModifier and TypeMethodDescriptionBoundPojoModelPathValueNode.getParent()BoundPojoModelPath.Walker.property(Void context, BoundPojoModelPathTypeNode<?> typeNode, PojoModelPathPropertyNode pathNode) Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundPojoModelPathPropertyNodeModifier and TypeMethodDescriptionBoundPojoModelPathValueNode<?,?, ?> BoundPojoModelPath.Walker.value(Void context, BoundPojoModelPathPropertyNode<?, ?> propertyNode, PojoModelPathValueNode pathNode) <P> BoundPojoModelPathValueNode<?,P, ?> BoundPojoModelPath.Walker.value(BoundPojoModelPathPropertyNode<?, P> propertyNode, ContainerExtractorPath extractorPath)