Uses of Interface
org.hibernate.search.mapper.pojo.identity.impl.PojoIdentityMappingCollector
-
Packages that use PojoIdentityMappingCollector Package Description org.hibernate.search.mapper.pojo.identity.impl org.hibernate.search.mapper.pojo.processing.building.impl -
-
Uses of PojoIdentityMappingCollector in org.hibernate.search.mapper.pojo.identity.impl
Classes in org.hibernate.search.mapper.pojo.identity.impl that implement PojoIdentityMappingCollector Modifier and Type Class Description classPojoRootIdentityMappingCollector<E> -
Uses of PojoIdentityMappingCollector in org.hibernate.search.mapper.pojo.processing.building.impl
Constructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type PojoIdentityMappingCollector Constructor Description AbstractPojoIndexingProcessorTypeNodeBuilder(PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)PojoIndexingProcessorCastedTypeNodeBuilder(BoundPojoModelPathCastedTypeNode<T,U> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)PojoIndexingProcessorOriginalTypeNodeBuilder(BoundPojoModelPathTypeNode<T> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)
-