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 Type
    Method
    Description
    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)
     
     

    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

      public static InfinispanSelectionLoadingStrategy 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 interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<E>