Interface PojoMassIdentifierLoadingContext<I>

Type Parameters:
I - The type of entity identifiers.

public interface PojoMassIdentifierLoadingContext<I>
  • Method Details

    • parent

      Returns:
      The parent, mapper-specific loading context.
    • createSink

      PojoMassIdentifierSink<I> createSink()
      Returns:
      A sink that the loader will add loaded entities to.
    • tenantIdentifier

      String tenantIdentifier()
      Returns:
      The tenant identifier to use (null if none).