Class InfinispanSelectionLoadingStrategy<E>
java.lang.Object
org.infinispan.search.mapper.search.loading.context.impl.InfinispanSelectionLoadingStrategy<E>
- All Implemented Interfaces:
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<E>
public class InfinispanSelectionLoadingStrategy<E>
extends Object
implements org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<E>
-
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader
<E> createEntityLoader
(Set<? extends org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext<? extends E>> set, org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext context) instance()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy
equals, hashCode
-
Method Details
-
instance
-
createEntityLoader
public org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<E> createEntityLoader(Set<? extends org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext<? extends E>> set, org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext context) - Specified by:
createEntityLoader
in interfaceorg.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<E>
-