parentColumns property

List<String> parentColumns
final

The list of column names in the parent Entity. Number of columns must match the number of columns specified in childColumns.

Implementation

final List<String> parentColumns;