Uses of Interface
org.hibernate.search.mapper.pojo.extractor.impl.ContainerExtractorHolder
Packages that use ContainerExtractorHolder
Package
Description
-
Uses of ContainerExtractorHolder in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type ContainerExtractorHolderModifierConstructorDescriptionPojoImplicitReindexingResolverContainerElementNode(ContainerExtractorHolder<C, V> extractorHolder, PojoImplicitReindexingResolverNode<? super V> nested) -
Uses of ContainerExtractorHolder in org.hibernate.search.mapper.pojo.extractor.impl
Methods in org.hibernate.search.mapper.pojo.extractor.impl that return ContainerExtractorHolderModifier and TypeMethodDescription<C,V> ContainerExtractorHolder<C, V> ContainerExtractorBinder.create(BoundContainerExtractorPath<C, V> boundPath) Create a container value extractor from a bound path, or fail. -
Uses of ContainerExtractorHolder in org.hibernate.search.mapper.pojo.mapping.building.impl
Methods in org.hibernate.search.mapper.pojo.mapping.building.impl that return ContainerExtractorHolderModifier and TypeMethodDescription<C,V> ContainerExtractorHolder<C, V> PojoIndexModelBinder.createExtractors(BoundContainerExtractorPath<C, V> boundExtractorPath) -
Uses of ContainerExtractorHolder in org.hibernate.search.mapper.pojo.processing.impl
Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type ContainerExtractorHolderModifierConstructorDescriptionPojoIndexingProcessorContainerElementNode(ContainerExtractorHolder<C, V> extractorHolder, PojoIndexingProcessor<? super V> nested)