Interface PojoMassIndexingLoadingStrategy<E,​I>

  • Type Parameters:
    E - The type of loaded entities.
    I - The type of entity identifiers.

    public interface PojoMassIndexingLoadingStrategy<E,​I>
    A strategy for entity loading during mass indexing.
    • Method Detail

      • equals

        boolean equals​(Object obj)
        Overrides:
        equals in class Object
        Parameters:
        obj - Another strategy
        Returns:
        true if the other strategy targets the same entity hierarchy and can be used as a replacement for this one. false otherwise or when unsure.