Interface PojoSelectionLoadingStrategy<E>
- Type Parameters:
E- The type of loaded entities.
public interface PojoSelectionLoadingStrategy<E>
A strategy for entity loading during search and in indexing plans.
-
Method Summary
Modifier and TypeMethodDescriptioncreateLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes) booleaninthashCode()
-
Method Details
-
equals
-
hashCode
int hashCode() -
createLoader
PojoSelectionEntityLoader<E> createLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes) - Parameters:
expectedTypes- The expected types of loaded objects. The types are guaranteed to beassigned this strategy.- Returns:
- A loader.
-