Class AggregatePathTraversal

java.lang.Object
org.springframework.data.relational.core.mapping.AggregatePathTraversal

public class AggregatePathTraversal extends Object
Traversal methods for AggregatePath to find paths that define the ID or own the table.
Since:
3.2
Author:
Mark Paluch
  • Constructor Details

    • AggregatePathTraversal

      public AggregatePathTraversal()
  • Method Details

    • getIdDefiningPath

      public static AggregatePath getIdDefiningPath(AggregatePath aggregatePath)
      Get the path that defines the identifier of the aggregate.
      Parameters:
      aggregatePath -
      Returns:
    • getTableOwningPath

      public static AggregatePath getTableOwningPath(AggregatePath aggregatePath)
      Get the path that owns the table of the aggregate.
      Parameters:
      aggregatePath -
      Returns: