Class CachingCastingEntitySupplier<E>
java.lang.Object
org.hibernate.search.mapper.pojo.work.impl.CachingCastingEntitySupplier<E>
- All Implemented Interfaces:
Supplier<E>
-
Constructor Summary
ConstructorsConstructorDescriptionCachingCastingEntitySupplier(PojoCaster<E> caster, PojoRuntimeIntrospector proxyIntrospector, Object potentiallyProxiedEntity) -
Method Summary
-
Constructor Details
-
CachingCastingEntitySupplier
public CachingCastingEntitySupplier(PojoCaster<E> caster, PojoRuntimeIntrospector proxyIntrospector, Object potentiallyProxiedEntity)
-
-
Method Details