Class InfinispanLoadingContext<E>

java.lang.Object
org.infinispan.search.mapper.search.loading.context.impl.InfinispanLoadingContext<E>
All Implemented Interfaces:
org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext

public final class InfinispanLoadingContext<E> extends Object implements org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
Author:
Fabio Massimo Ercoli
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    InfinispanLoadingContext(org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<E> entityLoader)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    <T> org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<? super T>
    loadingStrategy(org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext<T> type)
     
    <T> Optional<org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<? super T>>
    loadingStrategyOptional(org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext<T> type)
     
    org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InfinispanLoadingContext

      public InfinispanLoadingContext(org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionEntityLoader<E> entityLoader)
  • Method Details

    • checkOpen

      public void checkOpen()
      Specified by:
      checkOpen in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
    • runtimeIntrospector

      public org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector runtimeIntrospector()
      Specified by:
      runtimeIntrospector in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
    • loadingStrategy

      public <T> org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<? super T> loadingStrategy(org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext<T> type)
      Specified by:
      loadingStrategy in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext
    • loadingStrategyOptional

      public <T> Optional<org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingStrategy<? super T>> loadingStrategyOptional(org.hibernate.search.mapper.pojo.loading.spi.PojoLoadingTypeContext<T> type)
      Specified by:
      loadingStrategyOptional in interface org.hibernate.search.mapper.pojo.loading.spi.PojoSelectionLoadingContext