Uses of Record Class
org.infinispan.query.impl.EntityLoaded
Packages that use EntityLoaded
Package
Description
Query module internals.
-
Uses of EntityLoaded in org.infinispan.query.impl
Methods in org.infinispan.query.impl that return types with arguments of type EntityLoadedModifier and TypeMethodDescriptionEntityLoader.loadBlocking
(List<?> identifiers, org.hibernate.search.engine.common.timing.Deadline deadline) MetadataEntityLoader.loadBlocking
(List<?> identifiers, org.hibernate.search.engine.common.timing.Deadline deadline) -
Uses of EntityLoaded in org.infinispan.search.mapper.search.loading.context.impl
Fields in org.infinispan.search.mapper.search.loading.context.impl with type parameters of type EntityLoadedModifier and TypeFieldDescriptionfinal org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader
<EntityLoaded<E>> InfinispanLoadingContext.entityLoader
Constructor parameters in org.infinispan.search.mapper.search.loading.context.impl with type arguments of type EntityLoadedModifierConstructorDescriptionBuilder
(org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<EntityLoaded<E>> entityLoader, org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<EntityLoaded<E>> metadataEntityLoader) InfinispanLoadingContext
(org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<EntityLoaded<E>> entityLoader)