Uses of Interface
org.hibernate.search.mapper.pojo.scope.spi.PojoScopeMappingContext
-
-
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.orm.mapping.impl
Classes in org.hibernate.search.mapper.orm.mapping.impl that implement PojoScopeMappingContext Modifier and Type Class Description classHibernateOrmMapping -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.orm.session.impl
Subinterfaces of PojoScopeMappingContext in org.hibernate.search.mapper.orm.session.impl Modifier and Type Interface Description interfaceHibernateOrmSearchSessionMappingContext -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoScopeMappingContext Modifier and Type Method Description <R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object,C>>PojoMappingDelegateImpl. createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object,C> indexedTypeExtendedContextProvider)<R extends EntityReference,E,C>
PojoScopeDelegate<R,E,C>PojoMappingDelegateImpl. createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E,C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.mapping.spi
Classes in org.hibernate.search.mapper.pojo.mapping.spi that implement PojoScopeMappingContext Modifier and Type Class Description classAbstractPojoMappingImplementor<M>Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoScopeMappingContext Modifier and Type Method Description <R extends EntityReference,C>
Optional<PojoScopeDelegate<R,Object,C>>PojoMappingDelegate. createPojoAllScope(PojoScopeMappingContext mappingContext, PojoScopeTypeExtendedContextProvider<Object,C> indexedTypeExtendedContextProvider)<R extends EntityReference,E,C>
PojoScopeDelegate<R,E,C>PojoMappingDelegate. createPojoScope(PojoScopeMappingContext mappingContext, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E,C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.scope.impl
Methods in org.hibernate.search.mapper.pojo.scope.impl with parameters of type PojoScopeMappingContext Modifier and Type Method Description static <R extends EntityReference,E,C>
PojoScopeDelegate<R,E,C>PojoScopeDelegateImpl. create(PojoScopeMappingContext mappingContext, PojoScopeTypeContextProvider typeContextProvider, Collection<? extends PojoRawTypeIdentifier<? extends E>> targetedTypes, PojoScopeTypeExtendedContextProvider<E,C> indexedTypeExtendedContextProvider) -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.scope.spi
Methods in org.hibernate.search.mapper.pojo.scope.spi that return PojoScopeMappingContext Modifier and Type Method Description PojoScopeMappingContextPojoScopeSessionContext. mappingContext() -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.session.spi
Subinterfaces of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.session.spi Modifier and Type Interface Description interfacePojoSearchSessionMappingContextMapping-scoped information and operations for use in POJO search sessions. -
Uses of PojoScopeMappingContext in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoScopeMappingContext Constructor Description PojoScopeWorkspaceImpl(PojoScopeMappingContext mappingContext, Set<? extends PojoWorkIndexedTypeContext<?,?>> targetedTypeContexts, Set<String> tenantIds)
-