Uses of Interface
org.hibernate.search.mapper.pojo.mapping.building.spi.PojoIndexMappingCollectorTypeNode
-
-
Uses of PojoIndexMappingCollectorTypeNode in org.hibernate.search.mapper.pojo.identity.impl
Methods in org.hibernate.search.mapper.pojo.identity.impl that return PojoIndexMappingCollectorTypeNode Modifier and Type Method Description PojoIndexMappingCollectorTypeNodePojoRootIdentityMappingCollector. toMappingCollectorRootNode() -
Uses of PojoIndexMappingCollectorTypeNode in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoIndexMappingCollectorTypeNode Modifier and Type Method Description voidErrorCollectingPojoTypeMetadataContributor. contributeIndexMapping(PojoIndexMappingCollectorTypeNode collector)default voidPojoTypeMetadataContributor. contributeIndexMapping(PojoIndexMappingCollectorTypeNode collector) -
Uses of PojoIndexMappingCollectorTypeNode in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl with parameters of type PojoIndexMappingCollectorTypeNode Modifier and Type Method Description voidTypeMappingStepImpl. contributeIndexMapping(PojoIndexMappingCollectorTypeNode collector) -
Uses of PojoIndexMappingCollectorTypeNode in org.hibernate.search.mapper.pojo.processing.building.impl
Classes in org.hibernate.search.mapper.pojo.processing.building.impl that implement PojoIndexMappingCollectorTypeNode Modifier and Type Class Description classAbstractPojoIndexingProcessorTypeNodeBuilder<T,U>A builder ofPojoIndexingProcessorOriginalTypeNodeorPojoIndexingProcessorCastedTypeNode.classPojoIndexingProcessorCastedTypeNodeBuilder<T,U>A builder ofPojoIndexingProcessorCastedTypeNode.classPojoIndexingProcessorOriginalTypeNodeBuilder<T>A builder ofPojoIndexingProcessorCastedTypeNode.
-