Interface OrderStatusIndexRepository

All Superinterfaces:
Repository<OrderStatusIndex, Void>, SecondaryIndexRepository<OrderStatusIndex>

@Repository public interface OrderStatusIndexRepository extends SecondaryIndexRepository<OrderStatusIndex>
Queries the typed, read-only GSI1 order projection.
  • Method Details

    • findTop2ByStatusKeyOrderByCreatedAtKeyDesc

      List<OrderStatusIndex> findTop2ByStatusKeyOrderByCreatedAtKeyDesc(String statusKey)