Uses of Interface
org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
Packages that use EntityReferenceFactory
Package
Description
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReferenceFactoryModifier and TypeMethodDescriptionMultiEntityOperationExecutionReport.Builder.failingEntityReference
(EntityReferenceFactory referenceFactory, String typeName, Object entityIdentifier) static EntityReference
EntityReferenceFactory.safeCreateEntityReference
(EntityReferenceFactory factory, String typeName, Object identifier, Consumer<Exception> exceptionSink) -
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.mapping.spi
Methods in org.hibernate.search.engine.backend.mapping.spi that return EntityReferenceFactory -
Uses of EntityReferenceFactory in org.hibernate.search.mapper.orm.automaticindexing.spi
Methods in org.hibernate.search.mapper.orm.automaticindexing.spi that return EntityReferenceFactoryModifier and TypeMethodDescriptionAutomaticIndexingEventSendingSessionContext.entityReferenceFactory()
AutomaticIndexingMappingContext.entityReferenceFactory()
-
Uses of EntityReferenceFactory in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return EntityReferenceFactoryModifier and TypeMethodDescriptionPojoMappingDelegate.createEntityReferenceFactory
(PojoEntityReferenceFactoryDelegate delegate) final EntityReferenceFactory
AbstractPojoMappingImplementor.entityReferenceFactory()