Interface AggregateEmbeddableResultGraphNode

All Superinterfaces:
DomainResultGraphNode, EmbeddableResultGraphNode, FetchParent
All Known Implementing Classes:
AggregateEmbeddableFetchImpl, AggregateEmbeddableResultImpl

@Incubating public interface AggregateEmbeddableResultGraphNode extends EmbeddableResultGraphNode
Specialized EmbeddableResultGraphNode for cases where we have an actual embeddable class.
  • Method Details

    • getAggregateValuesArrayPositions

      int[] getAggregateValuesArrayPositions()
      Returns the positions within the values array of the respective nesting level at which the data for this aggregate can be found.
    • determineAggregateValuesArrayPositions

      static int[] determineAggregateValuesArrayPositions(@Nullable FetchParent parent, SqlSelection structSelection)