Interface AggregateRepository

    • Method Detail

      • supports

        boolean supports​(Class<?> aggregateType)
      • cachingAllowed

        boolean cachingAllowed​(Class<?> aggregateType)
      • load

        <T> Aggregate<T> load​(String aggregateId,
                              Class<T> aggregateType,
                              boolean onlyCached)