Uses of Interface
org.hibernate.search.mapper.orm.common.EntityReference
-
-
Uses of EntityReference in org.hibernate.search.mapper.orm.common.impl
Classes in org.hibernate.search.mapper.orm.common.impl that implement EntityReference Modifier and Type Class Description classHibernateOrmEntityReferenceDeprecated.Wherever possible, usePojoEntityReferenceinstead.Methods in org.hibernate.search.mapper.orm.common.impl that return EntityReference Modifier and Type Method Description static EntityReferenceHibernateOrmEntityReference. withDefaultName(Class<?> type, Object id)Deprecated.static EntityReferenceHibernateOrmEntityReference. withName(Class<?> type, String name, Object id)Deprecated. -
Uses of EntityReference in org.hibernate.search.mapper.orm.scope
Methods in org.hibernate.search.mapper.orm.scope that return types with arguments of type EntityReference Modifier and Type Method Description 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.hibernate.search.mapper.orm.scope.impl
Methods in org.hibernate.search.mapper.orm.scope.impl that return types with arguments of type EntityReference Modifier and Type Method Description SearchProjectionFactory<EntityReference,E>SearchScopeImpl. projection()SearchQuerySelectStep<?,EntityReference,E,SearchLoadingOptionsStep,?,?>SearchScopeImpl. search(HibernateOrmScopeSessionContext sessionContext, HibernateOrmSelectionLoadingContext.Builder loadingContextBuilder)Constructor parameters in org.hibernate.search.mapper.orm.scope.impl with type arguments of type EntityReference Constructor Description SearchScopeImpl(HibernateOrmScopeMappingContext mappingContext, TenancyConfiguration tenancyConfiguration, PojoScopeDelegate<EntityReference,E,HibernateOrmScopeIndexedTypeContext<? extends E>> delegate) -
Uses of EntityReference in org.hibernate.search.mapper.orm.session
Methods in org.hibernate.search.mapper.orm.session that return types with arguments of type EntityReference Modifier and Type Method Description default <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>SearchSession. search(Class<T> type)Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>SearchSession. search(Collection<? extends Class<? extends T>> types)Initiate the building of a search query.<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>SearchSession. search(SearchScope<T> scope)Initiate the building of a search query. -
Uses of EntityReference in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return types with arguments of type EntityReference Modifier and Type Method Description <T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>DelegatingSearchSession. search(Collection<? extends Class<? extends T>> types)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>DelegatingSearchSession. search(SearchScope<T> scope)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(Collection<? extends Class<? extends T>> types)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(SearchScopeImpl<T> scope)<T> SearchQuerySelectStep<?,EntityReference,T,SearchLoadingOptionsStep,?,?>HibernateOrmSearchSession. search(SearchScope<T> scope) -
Uses of EntityReference in org.hibernate.search.mapper.orm.work
Methods in org.hibernate.search.mapper.orm.work that return types with arguments of type EntityReference Modifier and Type Method Description List<EntityReference>SearchIndexingPlanExecutionReport. failingEntities()Deprecated.
-