Class AggregatePath.ColumnInfos

java.lang.Object
org.springframework.data.relational.core.mapping.AggregatePath.ColumnInfos
Enclosing interface:
AggregatePath

public static class AggregatePath.ColumnInfos extends Object
A group of AggregatePath.ColumnInfo values referenced by there respective AggregatePath. It is used in a similar way as ColumnInfo when one needs to consider more than a single column. This is relevant for composite ids and references to such ids.
Since:
4.0
Author:
Jens Schauder, Mark Paluch