Uses of Interface
org.hibernate.search.mapper.pojo.extractor.impl.ContainerExtractorHolder
-
-
Uses of ContainerExtractorHolder in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type ContainerExtractorHolder Constructor Description PojoImplicitReindexingResolverContainerElementNode(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 ContainerExtractorHolder Modifier and Type Method Description <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 ContainerExtractorHolder Modifier and Type Method Description <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 ContainerExtractorHolder Constructor Description PojoIndexingProcessorContainerElementNode(ContainerExtractorHolder<C,V> extractorHolder, PojoIndexingProcessor<? super V> nested)
-