Uses of Interface
org.hibernate.search.mapper.pojo.loading.spi.PojoMassEntityLoadingContext
Packages that use PojoMassEntityLoadingContext
Package
Description
-
Uses of PojoMassEntityLoadingContext in org.hibernate.search.mapper.orm.loading.impl
Methods in org.hibernate.search.mapper.orm.loading.impl with parameters of type PojoMassEntityLoadingContextModifier and TypeMethodDescriptionfinal PojoMassEntityLoader<I>AbstractHibernateOrmLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassEntityLoadingContext<E> context) -
Uses of PojoMassEntityLoadingContext in org.hibernate.search.mapper.pojo.loading.spi
Methods in org.hibernate.search.mapper.pojo.loading.spi with parameters of type PojoMassEntityLoadingContextModifier and TypeMethodDescriptionPojoMassLoadingStrategy.createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoMassEntityLoadingContext<E> context)