Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathPropertyNode
-
-
Uses of BoundPojoModelPathPropertyNode in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl with parameters of type BoundPojoModelPathPropertyNode Modifier and Type Method Description <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 BoundPojoModelPathPropertyNode Modifier and Type Method Description <T> Optional<BoundPojoModelPathPropertyNode<T,?>>PojoIndexModelBinder. createEntityIdPropertyPath(PojoTypeModel<T> type)Methods in org.hibernate.search.mapper.pojo.mapping.building.impl with parameters of type BoundPojoModelPathPropertyNode Modifier and Type Method Description <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 BoundPojoModelPathPropertyNode Constructor Description PojoPropertyIndexingDependencyConfigurationContextImpl(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 BoundPojoModelPathPropertyNode Constructor Description PojoModelPropertyRootElement(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 BoundPojoModelPathPropertyNode Modifier and Type Method Description BoundPojoModelPathPropertyNode<T,P>BoundPojoModelPathValueNode. getParent()BoundPojoModelPathPropertyNode<?,?>BoundPojoModelPath.Walker. property(Void context, BoundPojoModelPathTypeNode<?> typeNode, PojoModelPathPropertyNode pathNode)BoundPojoModelPathPropertyNode<T,?>BoundPojoModelPathTypeNode. property(String propertyName)Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type BoundPojoModelPathPropertyNode Modifier and Type Method Description BoundPojoModelPathValueNode<?,?,?>BoundPojoModelPath.Walker. value(Void context, BoundPojoModelPathPropertyNode<?,?> propertyNode, PojoModelPathValueNode pathNode)<P> BoundPojoModelPathValueNode<?,P,?>BoundPojoModelPath.Walker. value(BoundPojoModelPathPropertyNode<?,P> propertyNode, ContainerExtractorPath extractorPath)
-