Uses of Interface
org.hibernate.search.mapper.pojo.standalone.loading.MassLoadingStrategy
Packages that use MassLoadingStrategy
Package
Description
-
Uses of MassLoadingStrategy in org.hibernate.search.mapper.pojo.standalone.loading
Methods in org.hibernate.search.mapper.pojo.standalone.loading that return MassLoadingStrategyModifier and TypeMethodDescriptionstatic <E,I> MassLoadingStrategy<E, I> Creates a simple map-based loading strategy. -
Uses of MassLoadingStrategy in org.hibernate.search.mapper.pojo.standalone.loading.binding
Methods in org.hibernate.search.mapper.pojo.standalone.loading.binding with parameters of type MassLoadingStrategyModifier and TypeMethodDescription<E> voidEntityLoadingBindingContext.massLoadingStrategy(Class<E> expectedEntitySuperType, MassLoadingStrategy<? super E, ?> strategy) -
Uses of MassLoadingStrategy in org.hibernate.search.mapper.pojo.standalone.mapping.metadata
Methods in org.hibernate.search.mapper.pojo.standalone.mapping.metadata with parameters of type MassLoadingStrategyModifier and TypeMethodDescriptionvoidEntityConfigurationContext.massLoadingStrategy(MassLoadingStrategy<? super E, ?> strategy) Deprecated.