Class InfinispanSelectionLoadingStrategy<E>
java.lang.Object
org.infinispan.search.mapper.search.loading.context.impl.InfinispanSelectionLoadingStrategy<E>
- All Implemented Interfaces:
PojoSelectionLoadingStrategy<E>
public class InfinispanSelectionLoadingStrategy<E>
extends Object
implements PojoSelectionLoadingStrategy<E>
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> set, PojoSelectionLoadingContext context) instance()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
equals, hashCode
-
Method Details
-
instance
-
createEntityLoader
public PojoSelectionEntityLoader<E> createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> set, PojoSelectionLoadingContext context) - Specified by:
createEntityLoaderin interfacePojoSelectionLoadingStrategy<E>- Parameters:
set- The expected types of loaded objects. The types are guaranteed to beassigned this strategy.- Returns:
- A loader.
-