Class InfinispanLoadingContext<E>
java.lang.Object
org.infinispan.search.mapper.search.loading.context.impl.InfinispanLoadingContext<E>
- All Implemented Interfaces:
PojoSelectionLoadingContext
public final class InfinispanLoadingContext<E>
extends Object
implements PojoSelectionLoadingContext
- Author:
- Fabio Massimo Ercoli
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInfinispanLoadingContext(PojoSelectionEntityLoader<EntityLoaded<E>> entityLoader) -
Method Summary
Modifier and TypeMethodDescriptionvoidCheck whether this context is still open, throwing an exception if it is not.
-
Field Details
-
entityLoader
-
-
Constructor Details
-
InfinispanLoadingContext
-
-
Method Details
-
checkOpen
public void checkOpen()Description copied from interface:PojoSelectionLoadingContextCheck whether this context is still open, throwing an exception if it is not.- Specified by:
checkOpenin interfacePojoSelectionLoadingContext
-
runtimeIntrospector
- Specified by:
runtimeIntrospectorin interfacePojoSelectionLoadingContext
-