Class AggregatePathTraversal
java.lang.Object
org.springframework.data.relational.core.mapping.AggregatePathTraversal
Traversal methods for
AggregatePath to find paths that define the ID or own the table.- Since:
- 3.2
- Author:
- Mark Paluch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AggregatePathgetIdDefiningPath(AggregatePath aggregatePath) Get the path that defines the identifier of the aggregate.static AggregatePathgetTableOwningPath(AggregatePath aggregatePath) Get the path that owns the table of the aggregate.
-
Constructor Details
-
AggregatePathTraversal
public AggregatePathTraversal()
-
-
Method Details
-
getIdDefiningPath
Get the path that defines the identifier of the aggregate.- Parameters:
aggregatePath-- Returns:
-
getTableOwningPath
Get the path that owns the table of the aggregate.- Parameters:
aggregatePath-- Returns:
-