Uses of Interface
org.infinispan.search.mapper.common.EntityReference
Packages that use EntityReference
Package
Description
-
Uses of EntityReference in org.infinispan.query.logging
Methods in org.infinispan.query.logging with parameters of type EntityReferenceModifier and TypeMethodDescriptionorg.hibernate.search.util.common.SearchException
Log.massIndexingEntityFailures
(long finalFailureCount, EntityReference firstFailureEntity, String firstFailureMessage, Throwable firstFailure) -
Uses of EntityReference in org.infinispan.search.mapper.common.impl
Classes in org.infinispan.search.mapper.common.impl that implement EntityReferenceMethods in org.infinispan.search.mapper.common.impl that return EntityReferenceModifier and TypeMethodDescriptionstatic EntityReference
EntityReferenceImpl.withDefaultName
(Class<?> type, Object id) -
Uses of EntityReference in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl that return EntityReferenceModifier and TypeMethodDescriptionInfinispanMapping.createEntityReference
(String typeName, Object identifier) Methods in org.infinispan.search.mapper.mapping.impl that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionorg.hibernate.search.engine.backend.common.spi.EntityReferenceFactory<EntityReference>
InfinispanMapping.entityReferenceFactory()
-
Uses of EntityReference in org.infinispan.search.mapper.scope
Methods in org.infinispan.search.mapper.scope that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionorg.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<EntityReference,
E> SearchScope.projection()
Initiate the building of a search projection that will be valid for the indexes in this scope. -
Uses of EntityReference in org.infinispan.search.mapper.scope.impl
Methods in org.infinispan.search.mapper.scope.impl that return types with arguments of type EntityReferenceModifier and TypeMethodDescriptionorg.hibernate.search.engine.search.projection.dsl.SearchProjectionFactory<EntityReference,
E> SearchScopeImpl.projection()
org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,
EntityReference, E, ?, ?, ?> SearchScopeImpl.search
(org.hibernate.search.mapper.pojo.scope.spi.PojoScopeSessionContext sessionContext, org.hibernate.search.engine.backend.common.spi.DocumentReferenceConverter<EntityReference> documentReferenceConverter) Method parameters in org.infinispan.search.mapper.scope.impl with type arguments of type EntityReferenceModifier and TypeMethodDescriptionorg.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,
EntityReference, E, ?, ?, ?> SearchScopeImpl.search
(org.hibernate.search.mapper.pojo.scope.spi.PojoScopeSessionContext sessionContext, org.hibernate.search.engine.backend.common.spi.DocumentReferenceConverter<EntityReference> documentReferenceConverter) Constructor parameters in org.infinispan.search.mapper.scope.impl with type arguments of type EntityReferenceModifierConstructorDescriptionSearchScopeImpl
(org.hibernate.search.engine.backend.mapping.spi.BackendMappingContext mappingContext, org.hibernate.search.mapper.pojo.scope.spi.PojoScopeDelegate<EntityReference, E, org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<? extends E>> delegate, org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<E> entityLoader) -
Uses of EntityReference in org.infinispan.search.mapper.session
Methods in org.infinispan.search.mapper.session that return types with arguments of type EntityReferenceModifier and TypeMethodDescription<E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,
EntityReference, E, ?, ?, ?> SearchSession.search
(SearchScope<E> scope) Initiate the building of a search query. -
Uses of EntityReference in org.infinispan.search.mapper.session.impl
Methods in org.infinispan.search.mapper.session.impl that return EntityReferenceModifier and TypeMethodDescriptionInfinispanSearchSession.fromDocumentReference
(org.hibernate.search.engine.backend.common.DocumentReference reference) Methods in org.infinispan.search.mapper.session.impl that return types with arguments of type EntityReferenceModifier and TypeMethodDescription<E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,
EntityReference, E, ?, ?, ?> InfinispanSearchSession.search
(SearchScope<E> scope)