Class CachingCastingEntitySupplier<E>

java.lang.Object
org.hibernate.search.mapper.pojo.work.impl.CachingCastingEntitySupplier<E>
All Implemented Interfaces:
Supplier<E>

public class CachingCastingEntitySupplier<E> extends Object implements Supplier<E>
  • Constructor Details

  • Method Details

    • get

      public E get()
      Specified by:
      get in interface Supplier<E>