Interface AggregateLookup<T,ID>

All Known Subinterfaces:
AssociationResolver<T,ID>

public interface AggregateLookup<T,ID>
Lookup interface to be implemented e.g. some repository to find an aggregate by their identifiers.
Author:
Oliver Drotbohm
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the
  • Method Details

    • findById

      Optional<T> findById(ID id)
      Returns the
      Parameters:
      id -
      Returns: