Uses of Interface
org.hibernate.search.engine.backend.common.spi.EntityReferenceFactory
-
-
Uses of EntityReferenceFactory in org.hibernate.search.engine.backend.common.spi
Methods in org.hibernate.search.engine.backend.common.spi with parameters of type EntityReferenceFactory Modifier and Type Method Description MultiEntityOperationExecutionReport.BuilderMultiEntityOperationExecutionReport.Builder. failingEntityReference(EntityReferenceFactory referenceFactory, String typeName, Object entityIdentifier)static EntityReferenceEntityReferenceFactory. 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 Modifier and Type Method Description EntityReferenceFactoryBackendMappingContext. entityReferenceFactory() -
Uses of EntityReferenceFactory in org.hibernate.search.mapper.orm.automaticindexing.spi
Methods in org.hibernate.search.mapper.orm.automaticindexing.spi that return EntityReferenceFactory Modifier and Type Method Description EntityReferenceFactoryAutomaticIndexingEventSendingSessionContext. entityReferenceFactory()EntityReferenceFactoryAutomaticIndexingMappingContext. entityReferenceFactory() -
Uses of EntityReferenceFactory in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return EntityReferenceFactory Modifier and Type Method Description EntityReferenceFactoryHibernateOrmSearchSession. entityReferenceFactory() -
Uses of EntityReferenceFactory in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return EntityReferenceFactory Modifier and Type Method Description EntityReferenceFactoryPojoMappingDelegate. createEntityReferenceFactory(PojoEntityReferenceFactoryDelegate delegate)EntityReferenceFactoryAbstractPojoMappingImplementor. entityReferenceFactory()
-