Uses of Interface
org.hibernate.search.mapper.pojo.identity.impl.IdentifierMappingImplementor
-
-
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.identity.impl
Classes in org.hibernate.search.mapper.pojo.identity.impl that implement IdentifierMappingImplementor Modifier and Type Class Description classPropertyIdentifierMapping<I,E>classProvidedIdentifierMappingclassUnconfiguredIdentifierMapping<E>classUnmappedPropertyIdentifierMapping<I,E>Methods in org.hibernate.search.mapper.pojo.identity.impl that return IdentifierMappingImplementor Modifier and Type Method Description IdentifierMappingImplementor<?,E>PojoRootIdentityMappingCollector. buildAndContributeTo(PojoTypeExtendedMappingCollector extendedMappingCollector, IdentityMappingMode mode)static <E> IdentifierMappingImplementor<Object,E>ProvidedIdentifierMapping. get(BeanHolder<? extends IdentifierBridge<Object>> bridgeHolder) -
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.mapping.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl declared as IdentifierMappingImplementor Modifier and Type Field Description protected IdentifierMappingImplementor<I,E>AbstractPojoTypeManager. identifierMappingMethods in org.hibernate.search.mapper.pojo.mapping.impl that return IdentifierMappingImplementor Modifier and Type Method Description IdentifierMappingImplementor<I,E>AbstractPojoTypeManager. identifierMapping()Constructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type IdentifierMappingImplementor Constructor Description AbstractPojoTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoContainedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoIndexedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, DocumentRouter<? super E> documentRouter, PojoPathOrdinals pathOrdinals, PojoIndexingProcessor<E> processor, MappedIndexManager indexManager, PojoImplicitReindexingResolver<E> reindexingResolver) -
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.massindexing.impl
Methods in org.hibernate.search.mapper.pojo.massindexing.impl that return IdentifierMappingImplementor Modifier and Type Method Description IdentifierMappingImplementor<?,E>PojoMassIndexingIndexedTypeContext. identifierMapping() -
Uses of IdentifierMappingImplementor in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return IdentifierMappingImplementor Modifier and Type Method Description IdentifierMappingImplementor<I,E>PojoWorkTypeContext. identifierMapping()
-