Interface PojoSelectionLoadingStrategy<E>
- Type Parameters:
E
- The type of loaded entities.
- All Known Subinterfaces:
HibernateOrmEntityLoadingStrategy<E,
I>
public interface PojoSelectionLoadingStrategy<E>
A strategy for entity loading during search and in indexing plans.
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntityLoader
(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) boolean
int
hashCode()
-
Method Details
-
equals
-
hashCode
int hashCode() -
createEntityLoader
PojoSelectionEntityLoader<E> createEntityLoader(Set<? extends PojoLoadingTypeContext<? extends E>> expectedTypes, PojoSelectionLoadingContext context) - Parameters:
expectedTypes
- The expected types of loaded objects. The types are guaranteed to beassigned this strategy
.context
-- Returns:
- A loader.
-