Interface AggregateLookup<T,ID>

All Known Subinterfaces:
AssociationResolver<T,ID>

@Deprecated(since="0.15", forRemoval=true) public interface AggregateLookup<T,ID>
Deprecated, for removal: This API element is subject to removal in a future version.
prefer org.jmolecules.ddd.integration.AggregateLookup.
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
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the
  • Method Details

    • findById

      Optional<T> findById(ID id)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the
      Parameters:
      id -
      Returns: