Uses of Interface
org.infinispan.search.mapper.common.EntityReference
-
Packages that use EntityReference Package Description org.infinispan.query.dsl.embedded.impl Query DSL implementation internals.org.infinispan.query.logging org.infinispan.search.mapper.common.impl org.infinispan.search.mapper.mapping.impl org.infinispan.search.mapper.scope org.infinispan.search.mapper.scope.impl org.infinispan.search.mapper.session org.infinispan.search.mapper.session.impl -
-
Uses of EntityReference in org.infinispan.query.dsl.embedded.impl
Methods in org.infinispan.query.dsl.embedded.impl that return types with arguments of type EntityReference Modifier and Type Method Description org.hibernate.search.backend.lucene.search.query.LuceneSearchQuery<EntityReference>SearchQueryBuilder. entityReference() -
Uses of EntityReference in org.infinispan.query.logging
Methods in org.infinispan.query.logging with parameters of type EntityReference Modifier and Type Method Description org.hibernate.search.util.common.SearchExceptionLog_$logger. massIndexingEntityFailures(long finalFailureCount, EntityReference firstFailureEntity, String firstFailureMessage, Throwable firstFailure)org.hibernate.search.util.common.SearchExceptionLog. 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 EntityReference Modifier and Type Class Description classEntityReferenceImplMethods in org.infinispan.search.mapper.common.impl that return EntityReference Modifier and Type Method Description static EntityReferenceEntityReferenceImpl. 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 EntityReference Modifier and Type Method Description EntityReferenceInfinispanMapping. createEntityReference(String typeName, Object identifier)Methods in org.infinispan.search.mapper.mapping.impl that return types with arguments of type EntityReference Modifier and Type Method Description org.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 EntityReference Modifier and Type Method Description org.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 EntityReference Modifier and Type Method Description org.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 EntityReference Modifier and Type Method Description 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)Constructor parameters in org.infinispan.search.mapper.scope.impl with type arguments of type EntityReference Constructor Description SearchScopeImpl(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 EntityReference Modifier and Type Method Description <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 EntityReference Modifier and Type Method Description EntityReferenceInfinispanSearchSession. fromDocumentReference(org.hibernate.search.engine.backend.common.DocumentReference reference)Methods in org.infinispan.search.mapper.session.impl that return types with arguments of type EntityReference Modifier and Type Method Description <E> org.hibernate.search.engine.search.query.dsl.SearchQuerySelectStep<?,EntityReference,E,?,?,?>InfinispanSearchSession. search(SearchScope<E> scope)
-